After I clean a project in eclipse I don't see the class files generated in the output folder "bin" although there's no build error, what can I do to make it regenerate the class files?
thanks
In Project->Clean I select "Clean projects selected below", select my project(s) and check "Start a build immediately" with "Build only selected projects". Then go to Window->Preferences->General->Keys, search "Build clean" and enter my own binding for this command. For example, Ctrl + D .
It removes whatever already-compiled files are in your project so that you can do a complete fresh rebuild.
Make sure that in the Project up-menu, the option "Build Automatically" is checked then just clean your project. It should regenerate the . class file(s).
To remove a class file from a project, right click on it in the Package Explorer and select “Delete.” A dialog box asking you to confirm will appear. Selecting “Yes” will delete the Java file.
It might be that your project is configured to write classes to somewhere other than ./bin
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With