[Java-gnome-developer] J2SE 1.4 - java.lang.UnsatisfiedLinkError
Brought to you by:
afcowie
From: Daniel P S. <dp...@dc...> - 2001-09-20 08:32:39
|
Hi, I've just been trying out Sun's JVM 1.4 (Beta 2) and am getting the following error when trying to run any application that uses the libGNOMEJava.so library. (interestingly, the problem does not occur with libGTKJava.so lib). Exception in thread "main" java.lang.UnsatisfiedLinkError: /share/Profile/lib/libGNOMEJava.so: /share/Profile/lib/libGNOMEJava.so: undefined symbol: makeBaseObjectClass at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1440) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1364) at java.lang.Runtime.loadLibrary0(Runtime.java:773) at java.lang.System.loadLibrary(System.java:835) at gnu.gnome.Gnome.<clinit>(Gnome.java:33) at TestGNOME.main(TestGNOME.java:397) As the new JVM is still beta software, I'm not expecting you to change anything - but wondered if you had an idea on what might be causing this. Thanks, -Daniel. |