Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
RKreutmair1609744496
Contributor
Contributor

Executing a external Tool with tSystem with Java 8

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?

Labels (2)
2 Replies
Anonymous
Not applicable

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

RKreutmair1609744496
Contributor
Contributor
Author

Yes it does.

This fixed it.

 

Thank you