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
Any way to force Jar Files to be included in an Ear
Is there any way to force MyEclipse to include JAR library files on the root of the EAR. I have had no success with this using the Dependent Java Project Deployment Policy and the Library Deployment Policy. Is there any way to tell an EAR file to include a jar?
If it’s a 3rd party JAR, yes you just need to place it in the root of the EAR. If the JAR is the result of packaging a dependent Java project, then you need to go to the EAR deployment settings and turn on the JAR’ing of dependent Java projects, and then mark the Java project as a project reference in the project properties.