Programming Tips - Where does Eclipse keep the .class files?

Date: 2018aug10 Product: Eclipse Language: Java Q. Where does Eclipse keep the .class files? A. Its most likely in a sub-folder of your project folder. In Eclipse: (Right-click on the project) > Properties > Java Build Path > Source tab > Default output folder For my Java projects it's just <project-name>/bin