Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Jan 31, 2024 4:27:10 AM
Apr 1, 2021 5:57:29 AM
You may want to upgrade your Talend DI version, but require several versions to run on your machine simultaneously. The different versions will run on different JVM versions, so using the global JAVA_HOME variable is not an option. You must point the different DI elements to specific Java installs.
-vm
JDK path
Your updated file might look like this:
-vm
C:\Program Files\Java\jdk1.8.0_101\bin
-vmargs
-Xms512m
-Xmx4G
-Dfile.encoding=UTF-8
wrapper.java.command = C:/Java/jre1.8.0_101/bin/java.exe
wrapper.java.command = C:/Java/jre1.8.0_101/bin/java.exe
tomcat8w.exe //ES//talend-tac-6.2.1
Talend Data Integration version 6.21.
There is an issue in the article formatting as the -vm parameter should be set on 2 lines as sepcified.
Fixed!