[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: Duplicate files showing up in the bin folder
|
This is a feature of the Java builder. It is trying to ensure the bin
directory includes all of the resources required to run the compile classes.
For example, if you write some code which uses resources or resource
bundles, these have to be present on the classpath when the application is
run. If they are not copied into the bin dir, you will have to put all of
the source directories on you class path. This gets difficult to manage.
Hope that helps.
Jeff
<jamsden@xxxxxxxxxx> wrote in message news:9b75fd$9cg$2@xxxxxxxxxxxxxxxx
> All files and folders in the project are showing up again in the bin
> folder of a Java project. They are separate copies, but get updated in
> sync. That is, a save updates both. Is this supposed to be happening?