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
Dumb Question... (Read 649 times)
Dumb Question...
Feb 12th, 2010, 8:10am
 
Trying to install jogl w/ processing. Do I just copy the jogl.jar and *.jnilib to ~/library/java/ ?? Cheesy Pls help lol
Re: Dumb Question...
Reply #1 - Feb 12th, 2010, 11:56am
 
As far as I know you do not have to do anything besides installing Processing as described. In fact, copying jogl libraries around will usually mess up your system. Applications that use jogl normally come with their own jogl libraries (as does Processing) and when you copy one particular version into a general Java library path you will get conflicts. (I could not run OpenGL based applets for several month after I did that mistake myself).

Andreas
Page Index Toggle Pages: 1