JRE error

Solved
fhav Posted messages 252 Registration date   Status Member -  
 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
Configuration: Windows XP Internet Explorer 7.0

3 answers

  1. kij_82 Posted messages 4102 Registration date   Status Contributor Last intervention   857
     
    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 :) ~
    0
  2. fhav Posted messages 252 Registration date   Status Member 5
     
    Thank you for the reply; I installed it and the same problem persists... I still get the same error message.
    0
    1. clemence
       
      And how did you manage to solve it because I have the same problem too.
      0
    2. Justine
       
      Same here... I've been stuck on it since 9 AM this morning!
      0
    3. Soso
       
      Same. It's quite annoying.
      0
  3. kij_82 Posted messages 4102 Registration date   Status Contributor Last intervention   857
     
    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 :) ~
    0