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

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Java path for Talend open studio

Hi Folks

 

I am in a situation to use different jre versions on same machine, other application requires java6 as home and talend open studio requires java8 as home. I want to use both applications on same machine, can someone from help me to get rid of this situation please.

 

TIA

Raviteja 

Labels (1)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi crteja_007,

 

If you want to use Java 1.8 version for your Talend Open Studio. Please do following steps.

 

1) Install oracle Java 1.8 version.

2) Copy bin location ex : C:\Program Files\Java\jdk1.7.0_45\bin.

3) Go to the Talend Setup directory and open TOS_DI-win-x86_64.ini file.

4) paste java location with following parameter in the TOS_DI-win-x86_64.ini file.

     -vm
    C:\Program Files\Java\jdk1.7.0_45\bin

5) Save the file and close.

 

Now your Talend Studio will use Java 1.8 version.

View solution in original post

3 Replies
cracktlor
Contributor
Contributor

Hi crteja_007 

 

you need to add the path to your Java version that your existing application uses.

make sure it points to the bin folder for your Java version. It should look something like:
C:\Program Files\Java\jre1.6.0_01\bin

Make sure to separate the path locations with a semi-colon (0683p000009MA9p.png.

Anonymous
Not applicable
Author

Hello,

Please have a look at this related topic:

https://community.qlik.com/t5/Design-and-Development/Can-I-run-two-Talend-open-studio-with-different...

 

Hope it will help.

Best regards

Sabrina

Anonymous
Not applicable
Author

Hi crteja_007,

 

If you want to use Java 1.8 version for your Talend Open Studio. Please do following steps.

 

1) Install oracle Java 1.8 version.

2) Copy bin location ex : C:\Program Files\Java\jdk1.7.0_45\bin.

3) Go to the Talend Setup directory and open TOS_DI-win-x86_64.ini file.

4) paste java location with following parameter in the TOS_DI-win-x86_64.ini file.

     -vm
    C:\Program Files\Java\jdk1.7.0_45\bin

5) Save the file and close.

 

Now your Talend Studio will use Java 1.8 version.