|
|
|
|
|
by cel1ne
3328 days ago
|
|
Also many common problems like targeting the correct Jdk, customize start parameters and classpath, shipping agents, selecting native libraries etc. are nowadays better solved by using capsule for packaging. It gets you a single jar without classloader interference or onejar-zipping madness It even supports automatic download of dependencies like the clojure runtime and sharing those between apps. http://www.capsule.io |
|