I am having a problem running Gephi on Mac OS X 10.9.2. I just installed Java 8. Any thought as to why the program will not load when clicked on? Thank you.
Asked
Active
Viewed 436 times
2 Answers
0
java 8 is not supported by Gephi. You have to install Java 6 for OSX by this link: https://support.apple.com/kb/DL1572.
After you've installed java 6 try this:
Locate your java home: it should be in
/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/
and copy the path.Open gephi.conf file. You can find it in:
/Applications/Gephi.app/Contents/Resources/gephi/etc/gephi.conf
you can open it, by terminal using this command:nano /Applications/Gephi.app/Contents/Resources/gephi/etc/gephi.conf
change the line containing:
#jdkhome = "java-path"
, remove the # and replace "java-path" with your java home folder's path.Save gephi.conf and launch Gephi.
Let me know if it works.

AnmA
- 33
- 6