In Fedora, the JDK is already installed, but when you open the STS, the warning still appears, as follows:
A Java Runtime Environment (JRE) or Java development Kit (JDK)
Must is available in the order to run STS. No Java Virtual Machine
was found after searching the following locations:
/home/carlos/documents/soft/sts-bundle/sts-3.7.0.release/jre/bin/java
Java in your current PATH
The solution is:
My is to enter the installation directory of my STS, that is/home/carlos/documents/soft/sts-bundle/sts-3.7.0.release, then, execute the following command:
/home/carlos/documents/soft/sts-bundle/sts-3.7.0.release
mkdir JRE
CD JRE
Ln-s your JDK directory/bin bin
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
A Java Runtime Environment (JRE) or Java development Kit (JDK) must is available in order to run STS