Last Updated: February 25, 2016
·
348
· ddossot

Clojure uberjars and Tanuki wrapper

If you use Tanuki to daemonize a Clojure uberjar make sure to also add the uberjar to the Java classpath. Providing it only as parameter to WrapperJarApp will fail because of the way Clojure loads its core classes: they will not be found and your app will die in a fire.

Read more about this in:
http://techwhizbang.com/2012/02/clojure-applications-as-daemons/