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

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