Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
WebRoot/WEB-INF/classes directory not showing up [Closed]
In the Package Explorer view of my web project, I’ve noticed that the “classes” directory within <project_name>/WebRoot/WEB-INF/ is not showing up. Before anyone asks, it is in the file system.
Is it not supposed to show up here… or am I missing something?
The package explorer automatically hides it since it’s an output folder. That’s normal. You can see it in the Navigator view if that makes you feel better. 🙂
By default Eclipse will not create a Java project’s output folder(s) until it compiles the corresponding src. Note: WebProject is a specialized JavaProject. Correction I misinformed Scott on this behavior re: his previous reply. At least in Eclipse2, once created the classes folder should be present in package explorer.