We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
just wondering, jogl (Read 1349 times)
just wondering, jogl
Jul 25th, 2005, 8:14pm
 
i was playing with java and jogl. i was required to put some jogl library files into the JVM for it to run....

i was wondering how processing work with jogl without those library file.

thanks
Re: just wondering, jogl
Reply #1 - Jul 26th, 2005, 12:43pm
 
It doesn't.

The library files are kept in \libraries\opengl\library, and included in your sketch when you hit run/export
Re: just wondering, jogl
Reply #2 - Jul 26th, 2005, 7:01pm
 
ah, that makes sense Smiley
it's the obvious thing that i miss.

see, the weird thing is:
i used netbeans to compile and run the jogl app. compiling was fine. i set the classpath to jogl in the build. but when i go to run the app, it throws me an error until i put the jogl libs for oS X in the JVM's extension folder...

just interesting.
Re: just wondering, jogl
Reply #3 - Jul 28th, 2005, 1:11am
 
right, in processing, this is by design. it's a pain when using java to have to dig through and install the jogl libraries in the proper place or properly set a classpath. so we try to keep the user from having to think about these things.
Page Index Toggle Pages: 1