I tryed to use one JOGL cube example from programming website, but I get error like this:
Exception in thread “main” java.lang.UnsatisfiedLinkError: net.java.games.jogl.impl.JAWTFactory.JAWT_GetAWT0(Ljava/nio/Buffer;)Z
at net.java.games.jogl.impl.JAWTFactory.JAWT_GetAWT0(Native Method)
at net.java.games.jogl.impl.JAWTFactory.JAWT_GetAWT(JAWTFactory.java:37)
at net.java.games.jogl.impl.NativeLibLoader$1.run(NativeLibLoader.java:66)
at java.security.AccessController.doPrivileged(Native Method)
at net.java.games.jogl.impl.NativeLibLoader.(NativeLibLoader.java:46)
at net.java.games.jogl.impl.x11.X11GLContextFactory.(X11GLContextFactory.java:50)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at net.java.games.jogl.impl.GLContextFactory.getFactory(GLContextFactory.java:69)
at net.java.games.jogl.GLJPanel.(GLJPanel.java:89)
at net.java.games.jogl.GLDrawableFactory.createGLJPanel(GLDrawableFactory.java:193)
at net.java.games.jogl.GLDrawableFactory.createGLJPanel(GLDrawableFactory.java:160)
at JoogliDemo.main(JoogliDemo.java:24)
i didi everything like in that Eclipse quide told!Whats the problem?