Created
March 22, 2013 19:45
-
-
Save tdhopper/5224178 to your computer and use it in GitHub Desktop.
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
# ${HOME} will be replaced by user home directory according to platform | |
default_userdir="${HOME}/.${APPNAME}/0.8.2/dev" | |
default_mac_userdir="${HOME}/Library/Application Support/${APPNAME}/0.8.2/dev" | |
# options used by the launcher by default, can be overridden by explicit | |
# command line switches | |
default_options="--branding gephi -J-Xms64m -J-Xmx1512m -J-Xverify:none -J-Dsun.java2d.noddraw=true -J-Dsun.awt.noerasebackground=true -J-Dnetbeans.indexing.noFileRefresh=true -J-Dplugin.manager.check.interval=EVERY_DAY" | |
# for development purposes you may wish to append: -J-Dnetbeans.logger.console=true -J-ea | |
# default location of JDK/JRE, can be overridden by using --jdkhome <dir> switch | |
jdkhome="C:\Program Files\Java\jdk1.7.0_17" | |
# clusters' paths separated by path.separator (semicolon on Windows, colon on Unices) | |
#extra_clusters= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment