Hello, running a specific applet on Linux gives the following error in the Netscape Java Console: warning: running 1.2 version of SwingUtilities # Applet exception: error: java.lang.UnsatisfiedLinkError: native method java/security/AccessController.doPrivileged not found: /usr/lib/netscape/netscape-communicator: undefined symbol: Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2 java.lang.UnsatisfiedLinkError: native method java/security/AccessController.doPrivileged not found: /usr/lib/netscape/netscape-communicator: undefined symbol: Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2 at at at javax.swing.TimerQueue.sharedInstance(TimerQueue.java:48) * at javax.swing.JApplet.<init>(JApplet.java:107) at pctClient.ProductionFrame.<init>(ProductionFrame.java:32) at netscape.applet.DerivedAppletFrame$LoadAppletEvent.dispatch(DerivedAppletFrame.java:456) at java.awt.EventDispatchThread$EventPump.dispatchEvents(EventDispatchThread.java:81) at java.awt.EventDispatchThread.run(EventDispatchThread.java:135) at netscape.applet.DerivedAppletFrame$AppletEventDispatchThread.run(DerivedAppletFrame.java:911) # environment: RH 6.0, Netscape 4.6, jdk1.2pre-v2.tar.bz2 CLASSPATH=/usr/local/jdk1.2/jre/lib/rt.jar The same applet runs without problems on NT-4 and on Solaris 2.6 with a similar setup. any help appreciated Edmund -- Edmund Mergl Alcatel SEL AG fon +49 711 821 44006 Lorenzstrasse 10 fax +49 711 821 42303 70435 Stuttgart mailto:[EMAIL PROTECTED] Germany ---------------------------------------------------------------------- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
java.lang.UnsatisfiedLinkError: native method java/security/AccessController.doPrivileged not found
Dr. Edmund Mergl US/EA4 60/2/146 #44006 Tue, 14 Sep 1999 09:33:51 -0700
- Re: java.lang.UnsatisfiedLinkError... Dr. Edmund Mergl US/EA4 60/2/146 #44006
- Re: java.lang.UnsatisfiedLink... Nathan Meyers