Created
June 12, 2014 13:45
-
-
Save Rodolfocartas/d426ec8e02a4a4e9406a to your computer and use it in GitHub Desktop.
Make JasperStudio run on jdk 7 on Mavericks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>CFBundleExecutable</key> | |
| <string>Jaspersoft Studio Professional</string> | |
| <key>CFBundleGetInfoString</key> | |
| <string>Eclipse 3.8 for Mac OS X, Copyright IBM Corp. and others 2002, 2011. All rights reserved.</string> | |
| <key>CFBundleIconFile</key> | |
| <string>jaspersoftstudio.icns</string> | |
| <key>CFBundleIdentifier</key> | |
| <string>com.jaspersoft.studio.pro.rcp.product</string> | |
| <key>CFBundleInfoDictionaryVersion</key> | |
| <string>6.0</string> | |
| <key>CFBundleName</key> | |
| <string>Jaspersoft Studio Professional</string> | |
| <key>CFBundlePackageType</key> | |
| <string>APPL</string> | |
| <key>CFBundleShortVersionString</key> | |
| <string>5.6.0</string> | |
| <key>CFBundleSignature</key> | |
| <string>????</string> | |
| <key>CFBundleVersion</key> | |
| <string>5.6.0.final</string> | |
| <key>NSHighResolutionCapable</key> | |
| <true/> | |
| <key>CFBundleDevelopmentRegion</key> | |
| <string>English</string> | |
| <key>CFBundleLocalizations</key> | |
| <array> | |
| <string>ar</string> | |
| <string>cs</string> | |
| <string>da</string> | |
| <string>el</string> | |
| <string>en</string> | |
| <string>es</string> | |
| <string>de</string> | |
| <string>fi</string> | |
| <string>fr</string> | |
| <string>hu</string> | |
| <string>it</string> | |
| <string>iw</string> | |
| <string>ja</string> | |
| <string>ko</string> | |
| <string>nl</string> | |
| <string>no</string> | |
| <string>pl</string> | |
| <string>pt_BR</string> | |
| <string>pt</string> | |
| <string>ru</string> | |
| <string>sv</string> | |
| <string>tr</string> | |
| <string>zh_HK</string> | |
| <string>zh_TW</string> | |
| <string>zh</string> | |
| </array> | |
| <key>Eclipse</key> | |
| <array> | |
| <!-- to use a specific Java version (instead of the platform's default) uncomment one of the following options: | |
| <string>-vm</string><string>/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Commands/java</string> | |
| <string>-vm</string><string>/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Commands/java</string> | |
| --> | |
| <string>-vm</string> | |
| <string>/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/bin/java</string> | |
| <string>-keyring</string><string>~/.eclipse_keyring</string> | |
| <string>-showlocation</string> | |
| <!-- WARNING: | |
| If you try to add a single VM argument (-vmargs) here, | |
| *all* vmargs specified in eclipse.ini will be ignored. | |
| We recommend to add all arguments in eclipse.ini | |
| --> | |
| </array> | |
| </dict> | |
| </plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment