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 › Export with image problem in Eclipse
Page Index Toggle Pages: 1
Export with image problem in Eclipse (Read 464 times)
Export with image problem in Eclipse
Feb 12th, 2008, 6:26pm
 
Hi Processors

I'm trying to build a standalone application using Eclipse.

When I export to jar from Eclipse and I get this error:
Code:
"java resource is out of sync with the file system" 



The image is loaded like this:
Code:
loadImage( "images/testImage.jpg" ); 



The image is located in the data/images/ folder and it loads fine when I run the application from inside Eclipse.

Where should the image be placed?
I'd like to have the image file inside the application content folder.

Help is much appreciated.

Thanks
~ce
Re: Export with image problem in Eclipse
Reply #1 - Feb 13th, 2008, 5:19am
 
Usually if you have this problem you just need to perform a "Refresh" on your project.  Right-click your project or hit F5 I believe. . .
Page Index Toggle Pages: 1