app.conf 652 B

1234567891011121314
  1. # ${HOME} will be replaced by user home directory according to platform
  2. default_userdir="${HOME}/.${APPNAME}/dev"
  3. default_mac_userdir="${HOME}/Library/Application Support/${APPNAME}/dev"
  4. # options used by the launcher by default, can be overridden by explicit
  5. # command line switches
  6. default_options="--branding ${branding.token} -J-Xms24m -J-Xmx64m"
  7. # for development purposes you may wish to append: -J-Dnetbeans.logger.console=true -J-ea
  8. # default location of JDK/JRE, can be overridden by using --jdkhome <dir> switch
  9. #jdkhome="/path/to/jdk"
  10. # clusters' paths separated by path.separator (semicolon on Windows, colon on Unices)
  11. #extra_clusters=