Hi, when trying to use FatJar from Eclipse / CCW I manage to get the fatjar to be generated; however, when I run the jar I get:
D:\src\Clojure\First>java -jar First_fat.jar Exception in thread "main" java.lang.UnsupportedOperationException: First.core/- main not defined at First.core.main(Unknown Source) My source code: (ns First.core (:gen-class)) (defn- main [] (println "Hello World!")) I *did* compile the source and checked that the appropriate classes were present. During FatJar generation I specified "First.core" as the Main class. Any ideas? Regards Arie -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en