Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone !
I installed TOS V7.3.1 on a remote computer, windows server 2012R. There is an error when trying to run
A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be available in order to run TOS_DI-win-x86_64. No Java virtual machine was found after searching the following locations: D:\Talend2\TOS_DI-Win32-20200219_1130-V7.3.1\jre\bin\javaw.exe h 54 javaw.exe in your current PATH
But I have no directory \jre\bin\javaw.exe
Any suggestions what is the problem?
You will need to install a version of a JDK (either v8 or v11 of the Oracle JDK or OpenJDK). The JDK needs to be configured in your system's PATH and JAVA_HOME variables.
This might help.....
https://www.studytonight.com/post/step-by-step-guide-to-install-jdk-11-on-windows#:~:text=Under%20System%20variable%2C%20click%20new,then%20click%20on%20Apply%20changes.
You will need to install a version of a JDK (either v8 or v11 of the Oracle JDK or OpenJDK). The JDK needs to be configured in your system's PATH and JAVA_HOME variables.
This might help.....
https://www.studytonight.com/post/step-by-step-guide-to-install-jdk-11-on-windows#:~:text=Under%20System%20variable%2C%20click%20new,then%20click%20on%20Apply%20changes.
I recommend you a wonderful site reports that will help you write any written work.
Thank you! Its worked! We are installed jdk 11 and configured according to the article you specified.