我正在尝试安装 PDI 9 并继续从终端收到以下错误。
Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
-Djava.endorsed.dirs=%JAVA_ENDORSED_DIRS is not supported. Endorsed standards and standalone APIs in modular form will be supported via the concept of upgradeable modules.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Run Code Online (Sandbox Code Playgroud)
我目前安装了以下内容。
我尝试了通过从 Spoon.sh 文件中删除以下行来找到的解决方法。
-Djava.endorsed.dirs=%JAVA_ENDORSED_DIRS
Run Code Online (Sandbox Code Playgroud)
Spoon.sh 文件运行,但是应用程序在拉出后立即关闭。下面显示了包含许多警告消息的前几行。
DEBUG: Using value (/Users/juanflorencioferrer/Downloads/data-integration/Data
Integration.app/Contents/MacOS/../../../) from calling script
Java …Run Code Online (Sandbox Code Playgroud)