Exception JOGL

Hello to all. I need that they help to solve this problem me, please.

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.(NativeLibLoader.java:46)
at net.java.games.jogl.impl.GLContext.(GLContext.java:51)
at net.java.games.jogl.impl.x11.X11GLContextFactory.createGLContext(X11GLContextFactory.java:52)
at net.java.games.jogl.GLCanvas.(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.(File3.java:25)
at File3.main(File3.java:43)
Java Result: 1
BUILD SUCCESSFUL (total time: 2 seconds)

PLEASE HELP!! ??? :-[

Put libjogl.so and libjogl_awt.so into a directory and set LD_LIBRARY_PATH to the full path of that directory.