Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have an external java Tool, which runs only with Java 8.
It is started with an cmd command and Java 8 is installed on my PC.
In the cmd start-command is specified, to use the location of Java 8.
I use the tSystem-Component to start the tool with Studio.
The VM starts and in the Console starts the tool.
The consonle returns, that the tool is not able to connect, because the used Java Version jdk not 1.8.
Is it possible, that the VM uses Jva 8 when executing the tool?
Hello @Robert Kreutmair ,
Does your tool use the java directly?
if yes, then you can specify the java8 path in the cmd command by using tSystem like
"C:\\Program Files\\Java\\jdk1.8.0_211\\bin\\java -version"
Best regards
Aiming
Yes it does.
This fixed it.
Thank you