Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
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 (.
Hello,
Please have a look at this related topic:
Hope it will help.
Best regards
Sabrina
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.