I am installing TIS first time and got error.
Error: There has been an error.
The installer could not find a valid Java(tm)
on this machine.
Supported versions:
Vendor : Sun min. 1.5 max. any JDK required
Please help.
I have been using Talend with my prev company and now I am with diff company.
Please help me with installation.
I need help to excectly no which java to install.
when I type java -version
I get the following
java version "1.6.0_29"
Java(TM) SE Runtime Environment (build 1.6.0_29-b11)
Java HotSpot(TM) Client VM (build 20.4-b02, mixed mode, sharing)
But when I try to install I still get that above listed error message
The error occurs because you didn't set java classpath rightly.
You may follow several steps below:
Step 1
pen the "System" option. To do this go to "Start," "Setting," "Control panel" and "System." Once you have found the "System" icon, double click on it and a window will open with general information about the computer.
Step 2
pen the environmental variables menu. On the left hand side of the "System" page click on "Advanced System Settings" and press "Continue" when prompted for permission. When the "System Properties" dialog box opens, select the "Advanced" tab and then press the "Environment Variables" button at the bottom right. The "Environmental Variables" dialog box will appear.
Step 3
ress the "New" option at the bottom of the window and a "New System Variable" dialog box will appear.In the "Variable Name" area type "JAVA_HOME" and in the space for "Variable Value" type "C:\Program Files\Java\jdk1.6.0_29"(JDK installation directory). Press "OK".
Step 4
ress the "New" option at the bottom of the window and a "New System Variable" dialog box will appear.In the "Variable Name" area type "classpath" and in the space for "Variable Value" type ".;%JAVA_HOME%\lib;%JAVA_HOME%\lib\tools.jar". Press "OK".
Step 5:Find "path" System Variable and add "%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin" to the end.
Step 6:type "javac" in cmd. If cmd prints instructions normally, it means setting up is Ok.
Now,install TIS.