Problem
I try to run the application ( Genetic Network Analyzer ), but it fails. When used open gna.app, the following error message is generated:
LSOpenURLsWithRole() failed with error -10810 for the file /Applications/GNA_8.7.1.1/gna.app
I believe the problem is with my Java runtime environment (the program is written in Java). I do not know how to fix this problem.
Technical Material:
- My operating system is Mac OS X
- I have the latest version of Java, Java 8 Update 91
- I also installed legacy Java
Info.plist file for the application
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>CFBundleName</key>
<string>gna</string>
<key>CFBundleExecutable</key>
<string>JavaApplicationStub</string>
<key>CFBundleIconFile</key>
<string>app.icns</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleIdentifier</key>
<string>com.install4j.7878-5124-9390-0704.96</string>
<key>CFBundleVersion</key>
<string>8.7.1.1</string>
<key>CFBundleShortVersionString</key>
<string>8.7.1.1</string>
<key>CFBundleGetInfoString</key>
<string>8.7.1.1</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleAllowMixedLocalizations</key>
<true/>
<key>NSHighResolutionCapable</key>
<true/>
<key>i4j.baseDir</key>
<string>$APP_PACKAGE/../</string>
<key>LSMinimumSystemVersion</key>
<string>10.7.3</string>
<key>i4j.appId</key>
<string>7878-5124-9390-0704</string>
<key>i4j.allowPassthrough</key>
<true/>
<key>i4j.minVersion</key>
<string>1.7</string>
<key>i4j.maxVersion</key>
<string>1.7</string>
<key>i4j.vmIdPrefix</key>
<string></string>
<key>JavaVM</key>
<dict>
<key>MainClass</key>
<string>com.install4j.runtime.launcher.MacLauncher</string>
<key>VMOptionArray</key>
<array>
<string>-Dfile.encoding=UTF-8</string>
<string>-Diogma.home=$APP_PACKAGE/..</string>
<string>-Diogma.user.home=$APP_PACKAGE/..</string>
<string>-Diogma.user.externals=$APP_PACKAGE/..</string>
<string>-Diogma.user.data=$APP_PACKAGE/..</string>
<string>-Diogma.licenser=default</string>
<string>-Dlog4j.debug</string>
<string>-Dlog4j.configuration=iogma/platform/log4j.properties</string>
<string>-Dswing.defaultlaf=net.infonode.gui.laf.InfoNodeLookAndFeel</string>
<string>-Duser.language=en</string>
<string>-Diogma.application.name=GNA</string>
<string>-Diogmadatabase=false</string>
<string>-Dinstall4j.launcherId=96</string>
<string>-Dinstall4j.swt=false</string>
<string>-Djava.library.path=$APP_PACKAGE/../Externals/Ports/x86_64-darwin/lib</string>
<string>-Dexe4j.moduleName=$APP_PACKAGE</string>
</array>
<key>OptionsFile</key>
<string>$APP_PACKAGE/Contents/vmoptions.txt</string>
<key>ArgumentArray</key>
<array>
</array>
<key>SplashFile</key>
<string>$APP_PACKAGE/../.install4j/s_1qq6wu9.png</string>
<key>JVMVersion</key>
<string>1.4+</string>
<key>ClassPath</key>
<string>$APP_PACKAGE/../.install4j/i4jruntime.jar:$APP_PACKAGE/../bin/*:$APP_PACKAGE/../GNA/bin/*:$APP_PACKAGE/../plugins/iogma.core.platform/bin/*</string>
</dict>
</dict>
</plist>
Additional notes:
- I also contacted the developer, but this program works on other computers running Mac OS X 10.11.5.
- , , , , , , .
- , .plist, , .