On Dec 21, 8:21 pm, Emeka <emekami...@gmail.com> wrote:
> > java -cp clojure.jar clojure.lang.Script yourapp.clj
>
> In my SciTe I added  java -cp clojure.jar clojure.lang.Script $(FilePath)
> plus others and when I click 'GO' or F5 instead of running the code and
> printing result. I have
>
>
>
> > java -cp clojure.jar clojure.lang.Script C:\janus\myapp.clj
>
>   exit 0
>
> No other thing comes out. So how do I cause it to print the result of the
> code I have written. It works in SciTe, however, it doesn't print result.
> Have you used clojure.Lang.Script with SciTe before?

If you are using the latest Clojure you can probably try:
java -cp clojure.jar clojure.main filename.clj

I haven't used SciTe but this is what I do in my clojure launch
script.

Parth

>
> Emeka.
--~--~---------~--~----~------------~-------~--~----~
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 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to