I am using Eclipse and I’ve set the output folder to WebContent/WEB-INF/classes. The default was build/classes.
When I try to build the classes, nothing shows up. Nothing happens.
When I check the directory in the explorer, the class files are generated. But they are not shown in Eclipse.
I am using tomcat to run the Java app. I get an error:
Unable to find java class.
I tried cleaning and it didn’t work.
Any help would be greatly appreciated.
Views like Package Explorer and Project Explorer, filter out compiler output directories as they are just noise most of the time. If you need to browse the project directory exactly as it is on the file system, you should open the Navigator view.
The issue with Tomcat is unrelated.