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
Eclipse integration (Read 1499 times)
Eclipse integration
Apr 2nd, 2010, 6:31am
 
You should put something about using the serial port on the page about using eclipse.

I've been trying for quite sometime now and it doesn't work at all.  Cry
Re: Eclipse integration
Reply #1 - Apr 27th, 2010, 5:42pm
 
Using the serial library requires a few extra steps b/c you have to make sure the library JAR files point to the native files (DLL on PC, jnilib on mac). This is a bit beyond the scope of the tutorial (it's really meant just for getting started in Eclipse), but the good news is there's an even easier way to do all of this!

Proclipsing!

http://code.google.com/p/proclipsing/

This is a plug-in for eclipse that sets up your Processing project for you automatically.  And you can select the serial library and it will just work like magic!!

Good luck!
Page Index Toggle Pages: 1