How do I change a Java project’s bin folder in Eclipse?

You can change the folder name from bin to something else.

Right click on your project and select Properties.
And then click on Java Build Path.
On the right side you can see the tabs Source, Projects, Libraries,…

Click on Source. Check the Default output folder:. There you can browse and select the different folder you want.

But you cannot change the directory. For example if your project is in D: drive you cannot keep the output folder in C: drive.

Leave a Comment