I have the latest STS4. I am using installed java-1.8 JDK not embedded as the execution environment. My project just runs fine without any issue.
However when I launch the STS application itself I have a pop up saying "Missing tools.jar"
I have already tried:
- pointing
JAVA_HOME
to different JDK - added
-vm
args in the.ini
file.
Yet I cannot get rid of this pop up.
The fix is in the -vm parameter. the order and the absolute path of the javaw.exe seems to be the issue.
So I have edited now the SpringToolSuite4.ini and made this entry
Restarted my STS and it works perfect.
The reference to set the JVM Specifying the JVM was very useful in understanding this.