Login  Register

Where lace nessesary files for jogl in Win32?

Posted by giel on Apr 12, 2015; 4:19pm
URL: https://forum.jogamp.org/Where-lace-nessesary-files-for-jogl-in-Win32-tp4034267.html

I want my Jgrasp (Java IDE) to work with opengl-jogl. I placed this files on csis.pace.edu/~marchese/CG/JOGL/jogl-win32.zip in nessesary jre/lib/ext  and jre/bin folders. But it returns during compilation -- Note: Lesson0.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Despite it display the simple windows despite it do not render the background f.i.
So I downloaded all sources at http://jogamp.org.
But I tried to place these files (according to http://jogamp.org/wiki/index.php/Downloading_and_installing_JOGL#Downloading_the_latest_aggregated_autobuild):

gluegen-rt.jar
jogl-all.jar ---> jre/lib/ext

gluegen-java-src.zip
jogl-java-src.zip  ---> jre/lib

gluegen-rt.dll
jogl_desktop.dll  ---> jre/bin

nativewindow_awt.dll
nativewindow_win32.dll
newt.dll    ---> windows/system32

But nothing has not changed. So where I should place this file that files should works correctly.
Would you like to suggest me correct folders. Or waht Is should wright in Path and ClassPath settings of Jgrasp?