My machine is installed with java 1.7 and 1.8 both and i have moved to environment setting of computer and observed that JAVA_HOME environment variable set to 1.7., When i tries to to start the talend ETL tool on my machine, it throws the version error. Here i am writing this article to resolve this error. You can like, share, and add your value able comments in this post if it helps you.
Here i am trying to start talend but it throws error:
"The Studio does not support Java 8. Java 7 is the recommended JVM version to be used"
Now how to start Talend on machine if both java version is installed on your machine
Solution
As Talend the version i am using is not supportable on java 8, so i need to start talend through cmd assigning it java 7, so that it can start, let's use below commands and see if it works or not.
Here i am trying to start talend but it throws error:
"The Studio does not support Java 8. Java 7 is the recommended JVM version to be used"
Now how to start Talend on machine if both java version is installed on your machine
Solution
As Talend the version i am using is not supportable on java 8, so i need to start talend through cmd assigning it java 7, so that it can start, let's use below commands and see if it works or not.
- Open Cmd
- Move to installed directory of Talend and run below command
- TOS_DI-win32-x86.exe -vm "C:\Program Files (x86)\Java\jdk1.7.0_65\bin"
No comments:
Post a Comment