On Oct 15, 4:57 am, "R. P. Dillon" <[EMAIL PROTECTED]> wrote:
> On Oct 14, 10:04 am, Asbjørn  Bjørnstad <[EMAIL PROTECTED]> wrote:
> >
> > So it is not possible to put the clj files into the jar so that no
> > unzipping
> > is neccessary? I tried, but my java/jar knowledge is basically zero.
> > --
> >  -asbjxrn
>
> I put together an quick tutorial of how I made an executable jar for
> an example "Hello World" app in Clojure.  Suggestions welcome.
>
> http://rpdillon.googlepages.com/creatingexecutablejarswithclojure

Cool, thanks. That worked (http://jalat.com/static-files/
ChordLib.jar). Is it possible to have a subdirectory in the classpath
as well, or does everything have to be from the root? (Ie. Could
clojure have been in a subdirectory lib and classpath have been set to
". lib/"?)
I tried that but it seems like that was parsed to a pathname outside
of the jar.
--
 -asbjxrn
--~--~---------~--~----~------------~-------~--~----~
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
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to