RE: [Java-gnome-developer] Unsatisfied link error - Please help..
Brought to you by:
afcowie
From: Jeffrey M. <Jef...@Br...> - 2001-08-20 12:26:44
|
I am having difficulty writing a rule that will work for all JVMs. My previous understanding of the include directories was that any JVM prior to version 1.3 needed the os specific directory but newer JVMs didn't. This is the rule that is in my configure.in script. IBM's 1.3 follows this rule but Sun's 1.3.1 doesn't Has anybody ran into this before and can anybody suggest a better solution? -Jeff > -----Original Message----- > From: Raj Kumar [mailto:cha...@ya...] > Sent: Thursday, August 16, 2001 9:04 AM > To: jav...@li... > Subject: [Java-gnome-developer] Unsatisfied link error - Please help.. > > > Hi.. > > I downloaded this package and installed it on my > computer (RH7.0 with JDK1.3.0_02).. > > And when I'm trying to run the test propgram > 'GnomeTest' I get the following error.. > > Exception in thread "main" > java.lang.UnsatisfiedLinkError: > /home/mobile/Rajit/java-gnome-0.6.1/test/libGTKJava.so: > undefined symbol : gtk_ctree_get_row_data > at > java.lang.ClassLoader$NativeLibrary.load(native > Method) > at > java.lang.ClassLoader.loadLibrary()(ClassLoader.java:1382) > at > java.lang.ClassLoader.loadLibrary(ClassLoader.java:1306) > at > java.lang.Runtime.loadLibrary()(Runtime.java:749) > at > java.lang.System.loadLibrary(System.java:820) > at GnomeTest.<clinit>(GnomeTest.java:16) > > I'm sure I have gtk.jar and gnome.jar in myclasspath > and I have libGTKJava.so and libGNOMEJava.so in my > LD_LIBRARY_PATH env variable.. > > Immediate help would be greatly appreciated, > Thanx in advance.. > regards, > Rajit. > > __________________________________________________ > Do You Yahoo!? > Make international calls for as low as $.04/minute with > Yahoo! Messenger > http://phonecard.yahoo.com/ > > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > http://lists.sourceforge.net/lists/listinfo/java-gnome-developer > |