How can I use Java classes from a "plain" Eclipse Java project inside a a Google Web Application project (i.e. a project created with Google Plugin for Eclipse)? If I add the plain project to the web application project's build path this does not lead to its classes being copied into the war file, so things work out only at compile time (build path is set), but not at runtime (classes remain outside scope of classpath on server).
I realize that the question may not be specific to Google Web Application projects as such but refer to code (library) sharing between J2EE projects inside Eclipse as a whole. I am using the Google Plugin for Eclipse with Eclipse Kepler. So is the problem perhaps that I am not using the standard version of Eclipse, not its version for Java EE Developers?