I updated jdk to version 7_45. After compiling and executing a jar that works great, I packaged it into an application package. But, unfortunately, I get this error message "LSOpenURLsWithRole () with error -10810 for file /Users/.../MyApp.app". Same problem with jdk 8 early access. I also. I tried different settings in the info.plist file for the "JVMVersion" key
Since jar itself works fine, I could make a workaround by replacing JavaApplicationStub with my own executable, which would just call it "java -jar./.../MyApp.jar". But Iām not quite sure that this is the right way to solve this problem. Any suggestions? Thanks.
java java-7 java-8 macos app-bundle
domizai
source share