Hello all,
I'd like to know if it's possible to run an application from an EAR file. If so, how do I do it? Currently, I get an "Exception in
thread "main" java.lang.NoClassDefFoundError".
My EAR file contains all the libraries bound on APP-INF/lib, and the JAR file with the Main-Class correctly set on the "/", the root. Outside the EAR file, it works fine.
Can anybody help?
Thanks in advance!