Results 1 to 1 of 1
Thread: Unable to run app on Mac Mini
-
05-03-2010, 08:11 AM #1
- Member Since
- May 03, 2010
- Posts
- 4
Unable to run app on Mac MiniHi,
I am running app of a java application on Mac Mini, but it works if I double click on jar (from Show Package Content/Resources/Java)- and launch the application & run. but it does not work when I double click on the application itself.
The info.plist details is-
<?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>Bucket Explorer</string>
<key>CFBundleIdentifier</key>
<string>com.simontuffs.onejar.Boot</string>
<key>CFBundleVersion</key>
<string>2010.04.00.01</string>
<key>CFBundleAllowMixedLocalizations</key>
<string>true</string>
<key>CFBundleExecutable</key>
<string>JavaApplicationStub</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>Version 2010.04.00.01</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleGetInfoString</key>
<string>Bucket Explorer, version 2010.04.00.01</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleIconFile</key>
<string>bucketexplorericns.icns</string>
<key>Java</key>
<dict>
<key>MainClass</key>
<string>com.simontuffs.onejar.Boot</string>
<key>JVMVersion</key>
<string>1.4+</string>
<key>WorkingDirectory</key>
<string>$JAVAROOT/</string>
<key>VMOptions</key>
<string>-Xmx512m</string>
<key>ClassPath</key>
<string>$JAVAROOT/BucketExplorer.jar</string>
<key>Properties</key>
<dict>
<key>com.apple.mrj.application.apple.menu.about.na me</key>
<string>Bucket Explorer</string>
<key>com.apple.mrj.application.live-resize</key>
<string>true</string>
<key>com.apple.macos.useScreenMenuBar</key>
<string>true</string>
<key>com.apple.hwaccel</key>
<string>false</string>
<key>com.apple.mrj.application.growbox.intrudes</key>
<string>false</string>
<key>javax.xml.parsers.DocumentBuilderFactory</key>
<string>org.apache.xerces.jaxp.DocumentBuilderFact oryImpl</string>
<key>javax.xml.parsers.SAXParserFactory</key>
<string>org.apache.xerces.jaxp.SAXParserFactoryImp l</string>
</dict>
</dict>
</dict>
</plist>
This application successfully launches on java version- 1.5.0_13 but if I run same application on java environment 1.6.0_17, and I click on app, it shows the application icon for a second then it disappears and nothing happen.
Thanks in advance,
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
What would it take to run Mac mini 2012 to run on Vista PC
By ycl1688 in forum Apple DesktopsReplies: 6Last Post: 08-28-2014, 09:35 AM -
App Store Unresponsive - Unable to run Updates
By Koyangie in forum macOS - Apps and GamesReplies: 5Last Post: 09-24-2012, 06:54 PM -
Can I run 2 screens on a mac mini?
By tannerduncan in forum Apple DesktopsReplies: 1Last Post: 11-07-2010, 01:12 AM -
Mac Mini STILL can't run Final Cut
By gmaccall in forum macOS - Apps and GamesReplies: 1Last Post: 12-28-2009, 04:48 PM -
Can the Mac Mini run Google Earth?
By Dario D. in forum Apple DesktopsReplies: 5Last Post: 10-08-2008, 05:30 AM