FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 1057 : Update applet.html and applet-opengl.html to point at Java 6u10
Last modified: 2010-02-20 13:00
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
FIXED -
Pr
i
ority:
P1
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
fry
Assigned To:
fry
Attachment
Type
Created
Size
Actions
applet.html and applet-opengl.html for java 1.6 u10
application/zip
2008-11-25 01:41
3.10 KB
Description
: Opened: 2008-11-24 19:08
Need to do this in a future release, since it's currently pointing at 1.5.x.
This may be simply replacing the .cab file, but could also include the
firefox-ready installer link and some of the other java kernel mess.
As such, I'm gonna void throwing this in just before the final 1.0 release.
Additional Comment
#1 From fjen 2008-11-25 01:40
if we're going to force 1.6.10 then we'd need to change:
clsid:8AD9C840-044E-11D1-B3E9-00805F499D93
(which is using the highest possible installed java version)
to
clsid:AFEEFAC-0016-0010-FFFF-ABCDEFFEDCBA
but to be honest i'd recommend to leave clsid as is. keeps us from having to update it all the
time.
Additional Comment
#2 From fjen 2008-11-25 01:41
edit
]
applet.html and applet-opengl.html for java 1.6 u10
Additional Comment
#3 From fjen 2008-11-25 01:42
changed to autoupdate for explorer to point to java 1.6 u10. see attachment
Additional Comment
#4 From fry 2008-11-27 14:42
Thanks. I think I'm gonna wait a bit before the update--Java 6u10 is
causing lots of random errors on machines, so the impetus to make the
switch is a little less strong.
Although maybe we should go to 6u7 in the meantime. How easy is that to change?
Additional Comment
#5 From fry 2010-02-20 13:00
Export code has been updated for revision 0176 for better scenarios all around.