Skip to content

Instantly share code, notes, and snippets.

@bobbyno
Created July 23, 2015 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bobbyno/c679b8be74129c75dd4c to your computer and use it in GitHub Desktop.
Save bobbyno/c679b8be74129c75dd4c to your computer and use it in GitHub Desktop.
Gephi 0.8.2 config on Yosemite w/ Java 6: /Applications/Gephi.app/Contents/Resources/gephi/etc/gephi.conf
# ${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-Xms512m -J-Xmx2048m -J-Xverify:none -J-Dsun.java2d.noddraw=true -J-Dsun.awt.noerasebackground=true -J-Dnetbeans.indexing.noFileRefres\
h=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="/path/to/jdk"
jdkhome="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment