Posted By:
Cameron_Helfenstein
Posted On:
Thursday, December 6, 2001 03:56 AM
When starting the html page containing my applets (compiled with -g option) to be debugged, a java.lang.UnsatisfiedLinkError exception is thrown. Complete Java Consol output: Java(TM) Plug-In: Version 1.3.1 Verwendung der JRE-Version 1.3.1 Java HotSpot(TM) Client VM Home-Verzeichnis des Benutzers = C:WINNTProfilesche Exception occurred during event dispatching: java.lang.UnsatisfiedLinkError: ConsoleStatus at sun.plugin.JavaRunTime.ConsoleStatus(Native Method) at sun.plugin.JavaRunTime$1.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pump
More>>
When starting the html page containing my applets (compiled with -g option) to be debugged, a
java.lang.UnsatisfiedLinkError
exception is thrown. Complete Java Consol output:
Java(TM) Plug-In: Version 1.3.1
Verwendung der JRE-Version 1.3.1 Java HotSpot(TM) Client VM
Home-Verzeichnis des Benutzers = C:WINNTProfilesche
Exception occurred during event dispatching:
java.lang.UnsatisfiedLinkError: ConsoleStatus
at sun.plugin.JavaRunTime.ConsoleStatus(Native Method)
at sun.plugin.JavaRunTime$1.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
The java runtime parameters on the control panel are set to:
-Djava.compiler=NONE -Xnoagent -Xdebug -Xrunjdwp:transport=dt_socket,address=5000,server=y,suspend=n
Just in time compiler is disabled. jre is set to jdk1.3.1. It seems that the debugger can connect to the plugin, but the applets aren't running. Have I missed something?
<<Less