Despues de importar el jogl.jar, corri un programita y me salio:
init:
deps-jar:
Compiling 2 source files to /home/mc/Aplicacion2/build/classes
compile:
run:
constructor
Exception in thread "main" java.lang.UnsatisfiedLinkError: JAWT_GetAWT0
at net.java.games.jogl.impl.JAWTFactory.JAWT_GetAWT0(Native Method)
at net.java.games.jogl.impl.JAWTFactory.JAWT_GetAWT(JAWTFactory.java:36)
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.<clinit>(NativeLibLoader.java:46)
at net.java.games.jogl.impl.GLContext.<clinit>(GLContext.java:51)
at net.java.games.jogl.impl.x11.X11GLContextFactory.createGLContext(X11GLContextFactory.java:52)
at net.java.games.jogl.GLCanvas.<init>(GLCanvas.java:68)
at net.java.games.jogl.GLDrawableFactory.createGLCanvas(GLDrawableFactory.java:117)
at net.java.games.jogl.GLDrawableFactory.createGLCanvas(GLDrawableFactory.java:80)
at File3.<init>(File3.java:25)
at File3.main(File3.java:43)
Java Result: 1
BUILD SUCCESSFUL (total time: 2 seconds)
PLEASE HELP!!





