When you have a Java project in Eclipse, how do you change the location where the class files are placed? The bin directory is the default location.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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 theDefault 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.