Statistics:Posted by nnoori — 12 Feb 2014 14:39
Statistics:Posted by fergaldublin — 15 Mar 2013 11:25
CODE:
# command line switchesdefault_options="--branding gephi -J-Xms64m -J-Xmx512m -J-Dsun.java2d.noddraw=true -J-Dsun.awt.noerasebackground=true -J-Dnetbeans.indexing.noFileRefresh=true -J-Duser.language=en"
Statistics:Posted by L.J. — 07 May 2012 14:36
Statistics:Posted by eduramiba — 04 May 2012 12:44
CODE:
# ${HOME} will be replaced by user home directory according to platformdefault_userdir="${HOME}/.${APPNAME}/0.8.1/dev"default_mac_userdir="${HOME}/Library/Application Support/${APPNAME}/0.8.1/dev"# options used by the launcher by default, can be overridden by explicit# command line switchesdefault_options="--branding gephi -J-Xms64m -J-Xmx512m -J-Dsun.java2d.noddraw=true -J-Dsun.awt.noerasebackground=true -J-Dnetbeans.indexing.noFileRefresh=true"# 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=
Statistics:Posted by L.J. — 04 May 2012 10:46