On Oct 16, 8:12 am, Folcon <fol...@gmail.com> wrote: > my namespace contains (:gen-class :main true) with the main > function > I want to declare called -main. and I have tried telling my manifest > file to call my namespace and clojure.main and both fail.
That should be the correct approach. Not sure what might be wrong. Are you sure your Clojure files are getting AOT-compiled properly? If you can't launch clojure.main, maybe the Clojure JAR contents are not included in your application JAR? -SS --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---