2

Descirption: I have downloaded Gephi. I have also installed latest Java. But still I'm getting error:

Cannot find Java 1.8 or higher.

I have read solutions to this problem which states to change the .config file to exclude the last java by "#". But still I cannot launch Gephi.

Solution that I tried:

Cannot find java. Please use the --jdkhome switch

barbsan
  • 3,418
  • 11
  • 21
  • 28

1 Answers1

0

Instead of commenting it out, trying to include the path of the JRE. Commenting it forces the application to automatically find the JAVA.

Try this: For eg: #jdkhome="C:\Program Files (x86)\Java\" change this to jdkhome="C:\Program Files (x86)\Java\jre1.8.0_191\"

Instead of 1.8.0_191, use your version in the following directory.

Raj Mehta
  • 314
  • 1
  • 4
  • 20