unregistered
05-12-2007, 06:14 PM
This is what I get when trying to run the demo as outlined in the README.txt
--------------------------
tux-peter:/usr/local/WorldWind_JavaVersion # ./run-demo.bash worldwinddemo.BasicDemo
Running worldwinddemo.BasicDemo
Java run-time version: 1.5.0_07
NASA World Wind Early Access 2 0.2.0
Exception in thread "main" java.lang.UnsatisfiedLinkError: no gluegen-rt in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassL oader.java:1682)
at java.lang.Runtime.loadLibrary0(Runtime.j ava:822)
at java.lang.System.loadLibrary(System.java :992)
at com.sun.gluegen.runtime.NativeLibLoader$ 1.run(NativeLibLoader.java:68)
at java.security.AccessController.doPrivile ged(Native Method)
at com.sun.gluegen.runtime.NativeLibLoader. loadGlueGenRT(NativeLibLoader.java:66)
at com.sun.gluegen.runtime.NativeLibrary.en sureNativeLibLoaded(NativeLibrary.java:3 99)
at com.sun.gluegen.runtime.NativeLibrary.op en(NativeLibrary.java:163)
at com.sun.gluegen.runtime.NativeLibrary.op en(NativeLibrary.java:129)
at com.sun.opengl.impl.x11.DRIHack.begin(DR IHack.java:109)
at com.sun.opengl.impl.x11.X11GLDrawableFac tory.<clinit>(X11GLDrawableFactory.java:96)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at javax.media.opengl.GLDrawableFactory.get Factory(GLDrawableFactory.java:111)
at javax.media.opengl.GLCanvas.chooseGraphi csConfiguration(GLCanvas.java:409)
at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:117)
at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:86)
at gov.nasa.worldwind.awt.WorldWindowGLCanv as.<init>(Unknown Source)
at worldwinddemo.BasicDemo$AppFrame.<init>(Unknown Source)
at worldwinddemo.BasicDemo.main(Unknown Source)
--------------------------
Anybody else having the same error-msgs?
--------------------------
tux-peter:/usr/local/WorldWind_JavaVersion # ./run-demo.bash worldwinddemo.BasicDemo
Running worldwinddemo.BasicDemo
Java run-time version: 1.5.0_07
NASA World Wind Early Access 2 0.2.0
Exception in thread "main" java.lang.UnsatisfiedLinkError: no gluegen-rt in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassL oader.java:1682)
at java.lang.Runtime.loadLibrary0(Runtime.j ava:822)
at java.lang.System.loadLibrary(System.java :992)
at com.sun.gluegen.runtime.NativeLibLoader$ 1.run(NativeLibLoader.java:68)
at java.security.AccessController.doPrivile ged(Native Method)
at com.sun.gluegen.runtime.NativeLibLoader. loadGlueGenRT(NativeLibLoader.java:66)
at com.sun.gluegen.runtime.NativeLibrary.en sureNativeLibLoaded(NativeLibrary.java:3 99)
at com.sun.gluegen.runtime.NativeLibrary.op en(NativeLibrary.java:163)
at com.sun.gluegen.runtime.NativeLibrary.op en(NativeLibrary.java:129)
at com.sun.opengl.impl.x11.DRIHack.begin(DR IHack.java:109)
at com.sun.opengl.impl.x11.X11GLDrawableFac tory.<clinit>(X11GLDrawableFactory.java:96)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at javax.media.opengl.GLDrawableFactory.get Factory(GLDrawableFactory.java:111)
at javax.media.opengl.GLCanvas.chooseGraphi csConfiguration(GLCanvas.java:409)
at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:117)
at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:86)
at gov.nasa.worldwind.awt.WorldWindowGLCanv as.<init>(Unknown Source)
at worldwinddemo.BasicDemo$AppFrame.<init>(Unknown Source)
at worldwinddemo.BasicDemo.main(Unknown Source)
--------------------------
Anybody else having the same error-msgs?