I am trying to build my java classes but they aren't going to the directory defined in the WEB-INF/classes directory.
RAD will build but the class files aren't output. And they also aren't output to the:
.metadata.plugins\org.eclipse.wst.server.core
Directory either. There must be a temp place for the classes? Do you know where they are?
The IDE doesn't show errors, so I am assuming RAD is doing some kind of internal build?
I fixed the issue by disabling the Java Builder and then enabling the builder and the classes are now outputting. Strange