I tried both, installing Java via "Software -> search -> clicking the "install Open Java JDK" butten, which was for me, as totally linux newby the easy way and installing it manually, via console, which took me some time, 'cause it was the very first time I installed something via linux console

Both on 32bit and on 64. I started on 64bit and just thought it might be some troubles because of the 64bit system, not having it supported the way it should be.
Now i tried it, as mentioned on the 32bit version, which should have everything needed supported. Tried again both, just the "install"-button and the manuel install, both didn't work. (Install was everytime both, installing java itself + the plugin, so I didn't forget the firefox plugin

I googled for "java test" which brought me to the java homepage ( http://www.java.com/de/download/installed.jsp obviously german


Well after a while I just thought let's just test it on a rnd-java game. googled for java games, picked one and it worked. I tried this with 2 other rnd-games and everything just worked fine.
So now I'm starting to gues what I'm doing wrong and I don't know what to do now , maybe someone over here got an Idea

Here's what happens, when I click on the play button:
(first time click) download, everything like it should be, the h&h screen/logo openes and when everything is ready an error occurs
- Code: Select all
java.lang.UnsatisfiedLinkError: no jogl in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1698)
at java.lang.Runtime.loadLibrary0(Runtime.java:840)
at java.lang.System.loadLibrary(System.java:1047)
at com.sun.opengl.impl.NativeLibLoader.loadLibraryInternal(NativeLibLoader.java:189)
at com.sun.opengl.impl.NativeLibLoader.access$000(NativeLibLoader.java:49)
at com.sun.opengl.impl.NativeLibLoader$DefaultAction.loadLibrary(NativeLibLoader.java:80)
at com.sun.opengl.impl.NativeLibLoader.loadLibrary(NativeLibLoader.java:103)
at com.sun.opengl.impl.NativeLibLoader.access$200(NativeLibLoader.java:49)
at com.sun.opengl.impl.NativeLibLoader$1.run(NativeLibLoader.java:111)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.opengl.impl.NativeLibLoader.loadCore(NativeLibLoader.java:109)
at com.sun.opengl.impl.x11.X11GLDrawableFactory.<clinit>(X11GLDrawableFactory.java:101)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:186)
at javax.media.opengl.GLDrawableFactory.getFactory(GLDrawableFactory.java:111)
at javax.media.opengl.GLCanvas.chooseGraphicsConfiguration(GLCanvas.java:520)
at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:131)
at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:90)
at haven.HavenPanel.<init>(HavenPanel.java:63)
at haven.MainFrame.<init>(MainFrame.java:121)
at haven.MainFrame.main2(MainFrame.java:211)
at haven.MainFrame.access$100(MainFrame.java:35)
at haven.MainFrame$5.run(MainFrame.java:259)
at java.lang.Thread.run(Thread.java:636)
Please help me, I'm realy new to Ubuntu and that's why I'm 99% percent sure the error's my fault but I don't know what it is
