Closed seancorfield closed 9 years ago
Need project.clj
to have an explicit dependency on the Frege runtime so it is pulled into the JAR file. Then java -cp target/the-standalone.jar MainModule
will work.
If you have Clojure calling Frege, you also need Clojure as a dependency (duh!) and then you can just say java -jar target/the-standalone.jar
and the Clojure :main
namespace will be run.
And fix the :main :aot warning?