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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

[resolved] Installing TIS First itme

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.
Labels (2)
1 Solution

Accepted Solutions
_AnonymousUser
Specialist III
Specialist III
Author

I figured out.
thank you so much for your help.
really appreciate.

View solution in original post

13 Replies
Anonymous
Not applicable

Hi
Before you install TIS, you need to install and configure JDK1.5 or JDK1.6 first which is used to compile the JAVA classes.
Best regards!
Pedro
_AnonymousUser
Specialist III
Specialist III
Author

where do I get this?
Please also tell me how to config.
Thanks so much
Anonymous
Not applicable

Hi
JDK is the product of Oracle now.
You may find more details on their websites.
Best regards!
Pedro
_AnonymousUser
Specialist III
Specialist III
Author

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.
Anonymous
Not applicable

Hi
Could you show more details about OS of your machine, Windows or Linux?
Best regards!
Pedro
_AnonymousUser
Specialist III
Specialist III
Author

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
Anonymous
Not applicable

Try to type javac in cmd.
Could you show me the result?
Best regards!
Pedro
_AnonymousUser
Specialist III
Specialist III
Author

Windows 7 Home Prem
64-bit os
Anonymous
Not applicable

The error occurs because you didn't set java classpath rightly.
You may follow several steps below:
Step 1 0683p000009MA5A.pngpen 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 0683p000009MA5A.pngpen 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 0683p000009MAB6.pngress 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 0683p000009MAB6.pngress 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.