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
Hello,
how i can include classes in web project that came from another project ??
For build i had set the referenced project in “Required projects on the build path”, but how i can deploy on web server ???
Navigate to your Project properties > MyEclipse-Web and tell the deployer what you want it to od with referenced Java project classes… it can (a) do nothing (b) copy them into the WEB-INF/classes dir or (c) JAR them up and stick them in the WEB-INF/lib dir… its up to you.