简体   繁体   English

由于旧的 JAVA_HOME,无法运行 Talend Open Studio for Data Integration 8.0.1

[英]Unable to run Talend Open Studio for Data Integration 8.0.1 due to older JAVA_HOME

I wanted to run "Talend Open Studio for Data Integration 8.0.1" which giving following error.我想运行“Talend Open Studio for Data Integration 8.0.1”,它给出了以下错误。 在此处输入图像描述

I have configured JDK 8 in JAVA_HOME with is my windows level variable.我在 JAVA_HOME 中配置了 JDK 8,我的级别变量是 windows。 I wanted to configure talend to run on latest JDK 18 from local path and not from JAVA_HOME.我想将 talend 配置为从本地路径而不是从 JAVA_HOME 在最新的 JDK 18 上运行。

Is there any way to run talend with other than JAVA_HOME environment variable reference?除了 JAVA_HOME 环境变量引用之外,还有什么方法可以运行 talend?

Tried with -vm parameter similar to Eclipse IDE we run with specified Java Path.尝试使用类似于 Eclipse IDE 的 -vm 参数,我们使用指定的 Java 路径运行。

Edit the.ini file in talend installation directory and change first line from -vm to -vmargs C:/path/to/java/bin Replace above path to latest version编辑talend安装目录下的.ini文件,将第一行-vm改为-vmargs C:/path/to/java/bin 将以上路径替换为最新版本

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM