I developed my java app with Xcode. When I did not choose the "Merge" in "Link Binary With Libaries" of the build phases, it works well. But once I
choose to merge the jar file, it throws SecurityException, as shown in following:
[JavaAppLauncher Error] CallStaticVoidMethod() threw an exception Exception in thread "main" java.lang.SecurityException: no manifiest section for signature file entry org/bouncycastle/ocsp/OCSPException.class
Is it because of the using of some deprecated APIs? And how can I deal with it while I do not want to modify the jar file?
Thks & Rgds!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden