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.
IndexProgramming Questions & HelpIntegration › Eclipse and recent Processing updates ~148
Page Index Toggle Pages: 1
Eclipse and recent Processing updates ~148 (Read 444 times)
Eclipse and recent Processing updates ~148
Aug 22nd, 2008, 2:36am
 
May not need to post this, but if it saves anyone some time then I guess it was worth taking up the space.

My friend got stuck following the Eclipse install instructions for OSX because in addition to the normal jars he also needed to add "gluegen-rt.jar" now.

This means in order to setup eclipse you will need to add

"-Djava.library.path=/Applications/[your processing folder]/libraries/opengl/library" to your VM arguments

AND the following jar files to your build path:
core.jar
opengl.jar
gluegen-rt.jar
jogl.jar


Cheers.
Re: Eclipse and recent Processing updates ~148
Reply #1 - Aug 22nd, 2008, 2:39am
 
Oh... and obviously this is only necessary if you're using OpenGL.
Page Index Toggle Pages: 1