JRE error
Solved
fhav
Posted messages
252
Registration date
Status
Member
-
Soso -
Soso -
Hello,
I have a problem after installing a software... I think it's the Java virtual machine...
A Java Runtime Environment (JRE) or Java Development Kit (JDK)
must be available in order to run Talend Open Studio -win32-x86. NO Java virtual machine
was found after searching the following location:
C:\TOS-Win32..\javaw.exe
javaw.exe in your current PATH..
I don't know what to do?
Thank you very much
I have a problem after installing a software... I think it's the Java virtual machine...
A Java Runtime Environment (JRE) or Java Development Kit (JDK)
must be available in order to run Talend Open Studio -win32-x86. NO Java virtual machine
was found after searching the following location:
C:\TOS-Win32..\javaw.exe
javaw.exe in your current PATH..
I don't know what to do?
Thank you very much
Configuration: Windows XP Internet Explorer 7.0
3 answers
-
Hello,
Indeed, you need to install a JRE. You will find an up-to-date version here:
https://www.java.com/fr/download/
--
~ Don't forget the "Resolved" tag when your problem is... resolved :) ~ -
Thank you for the reply; I installed it and the same problem persists... I still get the same error message.
-
Is your classpath correctly configured on your machine?
To check:
- right-click on start -> explorer
- right-click on computer -> properties
- click on the 'Advanced' tab, then 'environment variables'
- In the system variables panel, you should have a variable named 'JAVA_PATH' and a 'Path'.
In 'JAVA_HOME' you should have as value the path to your installed JVM, and in 'Path', the reference to your JAVA_HOME variable written like this: %JAVA_HOME% (with the rest)
If this is not the case, you need to add an environment variable named 'JAVA_HOME', with the value set to the path to your installed JVM (usually C:\Program Files\Java\"JRE NAME").
Then edit the existing 'Path' variable (it must exist) and add at the end ';%JAVA_HOME' (don't forget the ';' to separate the new value from the last added)
Then restart your machine and test again, it should normally work.
--
~ Don’t forget the "Resolved" tag when your problem is... resolved :) ~