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.
我在 Clojure 中编写了一个程序,并使用 leiningen 将其编译成something.jar、something-standalone.jar和一个包含所有类的文件夹,例如core.class、core$_main.class和所有其他好东西。
.jar 文件运行良好,但我需要减少 jvm 启动开销。
我如何用钉枪运行它?