Question : Web project referencing a java project - MyEclipse

I have created two projects in myeclipse, one is java and other one is web project.  I am using JDK 1.6 and Tomcat 5.x. The web project uses the compiled classes of the java project. Now in my web project i referenced the java project but it does not seem working properly as when i build the web project it does not find the compiled java classes in its class path and hence the deployment of the web project misses the java classes as well. Can any provide me hints on how to link a java project with a web project so that the web project finds the compiled java classes from the java project and also deployment copies over the classes to the Tomcat webapps location.

Answer : Web project referencing a java project - MyEclipse

If you want it to be an applet in the webpage you can reference it like this:


There is a page with all the applet parameters here:
http://www.htmlcodetutorial.com/applets/_APPLET.html
Random Solutions  
 
programming4us programming4us