缺少 Idlj 编译器 (Linux/JDK 11)

Idlj compiler is missing (Linux/JDK 11)

找不到用于编译 .idl 文件的 idlj 工具。检查 /usr/bin/usr/lib/jvm/java-11-jdk。它不是与 JDK 捆绑在一起的吗?如何添加idlj编译器?

P.S。我更像是一个 Python 的人,不会经常使用 Java。如果这是一个愚蠢的问题,我很抱歉。

根据 JEP 320: Remove the Java EE and CORBA Modules,idlj 编译器与其他 CORBA 技术一起被删除。从Java11开始CORBA堆栈不再维护在JDK:

Since the costs of maintaining CORBA support outweigh the benefits, there is no case for the Java SE Platform or the JDK to include it.

根据 you can try replacing it with Glassfish CORBA ORB 项目。