name error in jogamp-all-platforms.7z

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

name error in jogamp-all-platforms.7z

Alex W.
Hello,

when you unzip the jogamp-all-platforms.7z and add the following jar's related to their native library to your project in eclipse.
You get a catched filenotfounderror, because the gluegen-natives-windows-i586.jar isnt found.
when you now rename the gluegen-rt-natives-windows-i586.jar their is no catched error. it seems the -rt dont belongs their.

i have added the gluegen.jar, gluegen-rt.jar, jogl-all.jar, jogl-test.jar and the gluegen(-rt)-natives-windows-i586.jar.
the library is for all jars the same in the folder lib\windows-i586.

Hope i could help.

have a nice day
Reply | Threaded
Open this post in threaded view
|

Re: name error in jogamp-all-platforms.7z

gouessej
Administrator
Hi

You should have looked at that:
http://jogamp.org/wiki/index.php/Setting_up_a_JogAmp_project_in_your_favorite_IDE#Eclipse_IDE_user_library

I've just downloaded jogamp-all-platforms.7z  here:
http://jogamp.org/deployment/jogamp-current/archive/jogamp-all-platforms.7z

gluegen-rt-natives-windows-i586.jar isn't missing, it is in the directory "jar/" and it works perfectly when following the instructions I've mentioned at the beginning of my comment.

There is no need of adding gluegen.jar into the classpath, gluegen-rt.jar is enough. If you don't want to waste any time in uselessly tinkering our libraries, I advise you to follow our instructions.

Best regards.

Edit.: If you hadn't put gluegen.jar into your classpath, you would have had less troubles... There is no name error in our archives.
Julien Gouesse | Personal blog | Website