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 › Saving Java Classes
Page Index Toggle Pages: 1
Saving Java Classes (Read 1050 times)
Saving Java Classes
Jun 16th, 2009, 4:35am
 
Excuse my ignorance but how do I save .java files to be used as classes. I really want to download and use the SimpleDateFormat class and have been pointed in the direction of the java.sun.co....SimpleDateFormat.html page but cannot see where to save the class from.
Re: Saving Java Classes
Reply #1 - Jun 16th, 2009, 7:41am
 
Thanks guys, I think I've got this one. I used...

import java.text.SimpleDateFormat;

...at the start of my sketch and I think it loads the SimpleDateFormat Java class.
Page Index Toggle Pages: 1