java相关问题
报错1:
endorsed 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.
分析:
Java JDK 版本不匹配 请下载正确对应版本 请重回 步骤3
报错2:
java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
? no swt-cocoa-4940r23 in java.library.path
? no swt-cocoa in java.library.path
分析:
Java JDK是arm64版本的 请下载x86版本 因为很多朋友可能在了解kettle之前就在自己心爱的m1上配置了Java环境 但是oracle并没有原生适配M1 所以一般我们下载的都是arm架构的 Zulu JDK 但是由于我们的Kettle是x86
所以架构体系一定要对应!!!请重回步骤3
可以看到 下图 java -version
显示的虽然是jdk版本没问题 但是版本架构不对