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.
可以部署自包含的 Java 应用程序。但是,字节码是如何执行的呢?它是解释的还是编译的 JIT?我找不到有关此的适当文档。
在我看来,JRE 嵌入在包中,因此字节码可能会像使用独立 JRE 一样执行(最初是解释模式,然后根据配置的阈值编译 JIT)。