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 & HelpSyntax Questions › Cannot find a class or type named...
Page Index Toggle Pages: 1
Cannot find a class or type named... (Read 979 times)
Cannot find a class or type named...
Apr 30th, 2010, 12:45pm
 
Hi, i really enjoy processing but i allways get trouble when i want split my project in diffrent files...

I started a new project and added some tabs, everything was fine until i opened a other project and reopened the new project. Now the main file can't find the other classes, and if i create a new tab and class it doesn't find it too...

I'm working on Mac OS X 10.5...

a other question: is it possible to use a other editor? or what i would prefer is only to use the processing java classes without the editor and write normal java... is that possible? and how?

thx for the answers
Re: Cannot find a class or type named...
Reply #1 - Apr 30th, 2010, 1:03pm
 
rudebwoy wrote on Apr 30th, 2010, 12:45pm:
is it possible to use a other editor

Of course! .pde files are text files, you can use whatever editor you want.

Quote:
what i would prefer is only to use the processing java classes without the editor and write normal java... is that possible and how

See Processing in Eclipse, most of the information there isn't limited to Eclipse.
Re: Cannot find a class or type named...
Reply #2 - May 1st, 2010, 6:38am
 
perfect, it works! that is exactly what i looked for.

thx a lot
Page Index Toggle Pages: 1