Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Apache Synapse 是否按照 Java 11 进行了更新?
从 jar 加载类时,遇到 ClassNotFoundException
引起:java.lang.ClassNotFoundException: sun.misc.Service
sun.misc.Service 是 JDK 内部 API,在 JDK 9 中被删除。
自 JDK 6 (java.util.ServiceLoader) 以来,提供了相同功能的公共 API。Apache Synapse 项目应该已经更新为使用它(但可能还没有)。
我不知道为什么这个问题被标记为 azul-zulu,因为它不是特定于 OpenJDK 的那些版本(我为 Azul 工作)。