Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Bin folder in workspace keeps clearing itself of any non-class files
Bin folder in workspace keeps clearing itself of any non-class files [message #855604] Wed, 25 April 2012 00:32 Go to next message
Chris Gantt is currently offline Chris GanttFriend
Messages: 1
Registered: April 2012
Junior Member
I am developing an applet and I have put in some files in the bin folder such as images and sound files for the applet to pull. However, sometimes, the bin folder will clear out the image and sound files. On one of my computers, however, this doesn't happen. How do I stop this from happening?
Re: Bin folder in workspace keeps clearing itself of any non-class files [message #856229 is a reply to message #855604] Wed, 25 April 2012 13:41 Go to previous message
David Wegener is currently offline David WegenerFriend
Messages: 1445
Registered: July 2009
Senior Member
Don't put file you want to keep in the bin folder. This is for output of the Eclipse build process and can be cleaned out depending on your settings. You should put the files in a source folder. The Eclipse build process will then copy them to the bin folder for you.
Previous Topic:Eclipse changes project settings after checkout
Next Topic:From QTCreator to Eclipse (C++)
Goto Forum:
  


Current Time: Fri Apr 26 10:04:23 GMT 2024

Powered by FUDForum. Page generated in 0.08227 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top