[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
debugging java.lang.UnsatisfiedLinkError?
From: |
Paul Jenner |
Subject: |
debugging java.lang.UnsatisfiedLinkError? |
Date: |
Fri, 05 Nov 2004 21:57:55 +0000 |
Hi all.
Can someone help me with a quick newbie question? My apologies for
posting to such a public list but I was not aware of a better place.
I get the following java.lang.UnsatisfiedLinkError error (trying to run
JCTerm with jamvm and Classpath CVS):
address@hidden src]$ jamvm -cp
/home/psj/software/install/classpath-cvs-20041105-psj/share/classpath/glibj.zip:.
com.jcraft.jcterm.JCTerm
java.lang.UnsatisfiedLinkError: initState
at gnu.java.awt.peer.gtk.GdkGraphics2D.initState (Native Method)
at gnu.java.awt.peer.gtk.GdkGraphics2D.<init>
(GdkGraphics2D.java:190)
at gnu.java.awt.peer.gtk.GdkGraphicsEnvironment.createGraphics
(GdkGraphicsEnvironment.java:67)
at java.awt.image.BufferedImage.createGraphics
(BufferedImage.java:291)
at java.awt.image.BufferedImage.getGraphics (BufferedImage.java:323)
at com.jcraft.jcterm.JCTerm.<init> (JCTerm.java:95)
at com.jcraft.jcterm.JCTerm.main (JCTerm.java:1219)
What is the best way of debugging such UnsatisfiedLinkErrors? I have
checked that the installed Classpath native libraries are in my linker
path.
Please reply off-line if this is best kept off the public list.
Thanks for the help,
Paul
- debugging java.lang.UnsatisfiedLinkError?,
Paul Jenner <=