My application is packed into 1 jar file and run by this command: "java -jar myapp.jar".
my java version is jdk1.6.0_23.
I config all the class paths in the manifest.mf file

How to tell in the...