Very Important( in netscape JRE 1.5.0_05 give some error
i got this message, plz help me for this
Applet(s) in this HTML page requires a version of java different from the one the browser is currently using. In order to run the applet(s) in this HTML page, a new browser session is required. Close all the netscape browser sessions and start a new browser session to run the HTML page.
[341 byte] By [
153mk246a] at [2007-10-2 4:41:57]

Switching from one version of JVM to another version of JVM within the same browser session is not allowed.
This error message tells me that, your current browser session has at least once rendered code (applet, JS calls to java, etc) which triggered one version of Java to get loaded into its process space. And now, another applet is requesting another _static_ version of JVM to be loaded into that same process space.
You can "view source" to verify that static versioning is used.
So yes, you'll have to restart the browser before the last applet can be ran with the specific JVM version that it requested.
dp
dnpa at 2007-7-16 0:45:32 >
