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
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
Under the "Project" menu, see if the option "Build Automatically" is checked.
Edit: Have you checked this on Eclipse or on a file browser? Sometimes Eclipse takes a long time to refresh changes in the file system. Force a refresh by right clicking the bin folder and clicking on "Refresh" on the contextual menu.
Edit: Check your build path, try reconfiguring it from scratch, I don't know if this can help, but who knows...
Make sure you have Build Automatically option turned on as shown:
It might be that your project is configured to write classes to somewhere other than ./bin