Это старая версия документа.
Eclipse doesn`t starts
Eclipse error message:
A Java Runtime Environment (JRE) or Java Development Kit (JDK)
must be available in order to run Eclipse. No Java virtual machine was found after searching the following locations:
java in your current PATH
Solution 1 - right one from eclipse foundation
adding to eclipse.ini after term «openFile» this lines
- Linux:
-vm /usr/lib/jvm/java-current/bin/java
- Windows
-vm /path/bin/javaw.exe