Hello,

Is there a cannonical way to create executable jar files? I'm
having some success to make this a web start application but every
time I compile I keep getting could not find main class.
(I have tried compiling in both eclipse and netbeans with more luck in
eclipse)

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.

I've also tried (:gen-class :init init :main true) with my "main"
function called init. I am wondering if it will be neccessary to
create a java launcher class that just evaluates my clojure script and
then calls the main function?

Folcon
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to