1. There is some things go wrong when we double click the Eclipse to start it up. It says :
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:…
2. It's the eclipse config file's problem, so ,
use gedit to open the file : eclipse_home_directory/eclipse.ini
add the "-vm" before the "-vmargs"
for example:
-vm
/your/jre_directory/bin
3. Now , double the eclipse to start it up , it will be succeed to run on your Linux ! If you use the bash command to run it , it succeed !