Why are classes from a JAR file or dependent project not being included in my deployed application?
Beginning in release 0.9.4 of EclipseME, it is necessary to check the “export” box on the Order and Exports tab of the Java Build Path item in the project properties for an included JAR to be deployed. Similarly, the resources in a dependent project that are to be deployed must also be exported. See Adding JAR Files to a MIDlet Suite for more discussion on this.
Related Questions
- All other necessary classes and jar files are managed by the startserver script or batch file. Where are the classes for JSPs and Servlets?
- My application will consist of a client jar file and server jar file which share some common classes. How do I obfuscate it?
- Should all the Java files or classes in my application be added to JCover project to perform coverage analysis?