Created
September 10, 2012 20:22
-
-
Save gregjan/3693587 to your computer and use it in GitHub Desktop.
Lauch script for Curator's Workbench MacOSX and Java 7
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
#!/bin/sh | |
# | |
# edit the INSTALL_PATH below to reflect your install location | |
INSTALL_PATH=/Users/count0/Desktop | |
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_06.jdk/Contents/Home | |
LAUNCHER_JAR=$INSTALL_PATH/curators-workbench/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar | |
java \ | |
-showversion \ | |
-XX:MaxPermSize=256m \ | |
-Xms1024m \ | |
-Xmx1024m \ | |
-XstartOnFirstThread \ | |
-Dorg.eclipse.swt.internal.carbon.smallFonts \ | |
-Dosgi.requiredJavaVersion=1.7 \ | |
[email protected]/curators-workspace \ | |
-Djargon.debug=0 \ | |
-Dlog4j.configuration=file:./log4j.properties \ | |
-jar $LAUNCHER_JAR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Okay so, if you install the JRE then the workbench.app launcher will work on it's own. That is a big relief for the Mac users.