I would like to ask about the gephi since the gephi program does not work. I have downloaded version 0.9.2 of Geph and Java JDK-16.0.1.
If I run Gephi after downloading it, it starts program however soon after error messages pop up.
1. cannot load even default layout, using internally predefined configurationCould somebody give me adive for this issue?
My computer sepecification is as follows.
I think it's a Java version mismatch between the Java your computer uses, and the Java your Gephi uses.
Tested on Windows 10 (or 8 I don't remember, that was not my computer):
JAVA_HOME=C:\Program Files\Java\jre_1.8\bin
(The real path might defer)
\bin
while Gephi does not. Go to yout Gephi configuration:C:\Program Files\Gephi\etc\gephi.conf
(once again, I do not remember the exact path, not my pc)
Inside the file, there is a line :
#jdkhome="/path/to/jdk"
Replace it by:
jdkhome="C:\Program Files\Java\jre_1.8"
Yes, I removed the # (that symbols tells Gephi to ignore the line). Yes, it is written "jdkhome" but as strange as it seems it will not work unless you write the jre path instead (as i did). Note that the path is the same that the one set as your JAVA_HOME, but with the trailing \bin
removed.
That should work.