You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
652 B
14 lines
652 B
# ${HOME} will be replaced by user home directory according to platform
|
|
default_userdir="${HOME}/.${APPNAME}/dev"
|
|
default_mac_userdir="${HOME}/Library/Application Support/${APPNAME}/dev"
|
|
|
|
# options used by the launcher by default, can be overridden by explicit
|
|
# command line switches
|
|
default_options="--branding ${branding.token} -J-Xms24m -J-Xmx64m"
|
|
# 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="/path/to/jdk"
|
|
|
|
# clusters' paths separated by path.separator (semicolon on Windows, colon on Unices)
|
|
#extra_clusters=
|
|
|