[scilab-Users] plot produces a blank window

Sylvestre Ledru sylvestre.ledru at inria.fr
Wed Oct 8 20:40:03 CEST 2008


Hi,

Le mercredi 08 octobre 2008 à 09:08 -0700, Robert Key a écrit :
> Hi,
>  I am running scilab 5.0.2 on linux 86_64. The console window works
> find however when I plot a simple graph a grey window is launched but
> there is no plot in it. The error message in the terminal is 
> 
> Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError:
> no gluegen-rt in java.library.path
>         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
>         at java.lang.Runtime.loadLibrary0(Runtime.java:823)
>         at java.lang.System.loadLibrary(System.java:1030)
>         at
> com.sun.gluegen.runtime.NativeLibLoader.loadLibraryInternal(NativeLibLoader.java:102)
>         at com.sun.gluegen.runtime.NativeLibLoader.access
> $000(NativeLibLoader.java:51)
> 
>  I have my classpath setup correctly and included the thirdparty stuff
> in the classpath.
> How do I fix this?

libgluegen-rt.so needs to be available in the LD_LIBRARY_PATH.
(The Java <=> C JOGL connector)

Sylvestre





More information about the users mailing list