I\'d like to create one jar file to execute that is implemented with java and clojure. This is the step that I took.
If you want to make an all-inclusive jar, use tools like:
If you specifically want to package jar files, you need a custom classloader, like:
That said, I'd consider Dao Wen's suggestion, unless you have a specific need it cannot meet.