In Windows 7, the 64-bit version, starting with upgrading to the 32-bit version of JRE-7, in IE9 32-bit or Chrome, I cannot run applets such as this one . Inside the rectangle of the applet, I see the message "Error. Click for more details"
Clicking on the applet block (empty) leads to the dialog box:
Application Error DrawingLines.class There was an error while executing the application. Click "Details" for more information.
Pressing the Details button opens the Java console, but there are no errors, just
Java plug-in 10.3.0.5
Using JRE version 1.7.0_03-b05 Java HotSpot (TM) Client VM
User home directory = C: \ Users \ Blah
-------------------------------------------------- -
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
l: dump classloader list
m: print memory usage
o: trigger logging
q: hide console
r: reload policy configuration
s: dump system and deployment properties
t: dump thread list
v: dump thread stack
x: clear classloader cache
0-5: set trace level to
-------------------------------------------------- -
The developer tool console is empty in both browsers.
If I reload the page, I end up with a kind of dead end where the browser stops responding.
Any idea why the console doesn't display an error?
(edit) Since my JREs are 32-bit, the 64-bit version of IE9 does not launch applets. This makes sense and the browser displays the message "Your browser is ignoring the APPLET tag" or equivalent. I use 32-bit JREs because I am developing some JMF-based software (which is only compatible with 32-bit JREs).
source share