How can I compile and deploy a java class at runtime?

You could transform it into Clojure code, and the Clojure compiler will turn it into bytecode for you.

Leave a Comment