Created
July 23, 2015 19:56
-
-
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
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-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