classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnu.java.awt.image.GdkPixbufDecoder


From: Richard Stahl
Subject: gnu.java.awt.image.GdkPixbufDecoder
Date: Tue, 04 Nov 2003 01:45:54 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20031008

hello,

i have just started using the classpath so maybe a stupid problem:

i would like to run some code on JikesRVM (which uses classpath). the code requires gnu.java.awt.peer.gtk.GtkToolkit. if invoking method getImage() of this class i get an error:


java.lang.UnsatisfiedLinkError: Cannot find library cpgdkpixbuf
at com.ibm.JikesRVM.classloader.VM_ClassLoader.loadLibrary(VM_ClassLoader.java:113)
        at java.lang.Runtime.loadLibrary(Runtime.java:191)
        at java.lang.System.loadLibrary(System.java:665)
at gnu.java.awt.image.GdkPixbufDecoder.<clinit>(GdkPixbufDecoder.java:59) at com.ibm.JikesRVM.classloader.VM_Class.initialize(VM_Class.java:1374) at com.ibm.JikesRVM.VM_Runtime.initializeClassForDynamicLink(VM_Runtime.java:514) at com.ibm.JikesRVM.VM_Runtime.unresolvedNewScalar(VM_Runtime.java:276)
        at gnu.java.awt.peer.gtk.GtkToolkit.getImage(GtkToolkit.java:140)


so, there is no library "cpgdkpixbuf" required by classloader loading gnu.java.awt.image.GdkPixbufDecoder while the code really includes static code for loading native library "cpgdkpixbuf".

can you, please, let me know how to solve this problem?

thank you very much in advance.

best regards,

richard





reply via email to

[Prev in Thread] Current Thread [Next in Thread]