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.
作为安装过程的一部分,我的应用程序需要进行一些编译(我知道这是不好的形式,但确实如此)。
对于编译,我只需将 JDK 中的 lib/tools.jar 添加到分发树并将其添加到启动器的类路径中。然后您可以以编程方式编译类。
一个更轻量级的解决方案是使用janino。