Re: New and stuck ??

2009-06-07 Thread Kevin Downey

the new entry point is clojure.main

java -cp clojure.jar clojure.main ;no slash, with the corrent jar name

java -cp clojure.jar clojure.main --help

will print a nice help message


On Sun, Jun 7, 2009 at 8:20 AM, darrell wrote:
>
> OK, embarrassing
>
> Thanks, I was caught wishing to see a wow fun demo, without thought on
> my part.
>
> -= Darrell
>
> On Jun 7, 10:13 am, "Kyle R. Burton"  wrote:
>> I think your ls showed it, the jar name is clojure-1.0.0.jar, so the
>> java -cp argument should point to that instead:
>>
>>   java -cp clojure-1.0.0.jar clojure.lang.Repl
>>
>> Kyle
>>
>
> >
>



-- 
And what is good, Phaedrus,
And what is not good—
Need we ask anyone to tell us these things?

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



Re: New and stuck ??

2009-06-07 Thread darrell

OK, embarrassing

Thanks, I was caught wishing to see a wow fun demo, without thought on
my part.

-= Darrell

On Jun 7, 10:13 am, "Kyle R. Burton"  wrote:
> I think your ls showed it, the jar name is clojure-1.0.0.jar, so the
> java -cp argument should point to that instead:
>
>   java -cp clojure-1.0.0.jar clojure.lang.Repl
>
> Kyle
>

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



Re: New and stuck ??

2009-06-07 Thread Kyle R. Burton

I think your ls showed it, the jar name is clojure-1.0.0.jar, so the
java -cp argument should point to that instead:

  java -cp clojure-1.0.0.jar clojure.lang.Repl


Kyle

On Sat, Jun 6, 2009 at 6:17 PM, darrell  wrote:
>
> Any ideas ?
> Mac OS-X
>
> ~/Downloads/clojure_1.0.0$ java -cp clojure.jar clojure.lang.Repl
> Exception in thread "main" java.lang.NoClassDefFoundError: clojure/
> lang/Repl
>
> ~/Downloads/clojure_1.0.0$ java -cp clojure.jar /clojure.main
> Exception in thread "main" java.lang.NoClassDefFoundError: /clojure/
> main
>
> ~/Downloads/clojure_1.0.0$ ls
> build.xml         epl-v10.html      pom.xml           src
> clojure-1.0.0.jar pom-template.xml  readme.txt        svninfo.txt
>
> ~/Downloads/clojure_1.0.0$ java -version
> java version "1.5.0_16"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-
> b06-284)
> Java HotSpot(TM) Client VM (build 1.5.0_16-133, mixed mode, sharing)
>
> -= Darrell
>
> >
>



-- 
--
kyle.bur...@gmail.comhttp://asymmetrical-view.com/
--

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



New and stuck ??

2009-06-07 Thread darrell

Any ideas ?
Mac OS-X

~/Downloads/clojure_1.0.0$ java -cp clojure.jar clojure.lang.Repl
Exception in thread "main" java.lang.NoClassDefFoundError: clojure/
lang/Repl

~/Downloads/clojure_1.0.0$ java -cp clojure.jar /clojure.main
Exception in thread "main" java.lang.NoClassDefFoundError: /clojure/
main

~/Downloads/clojure_1.0.0$ ls
build.xml epl-v10.html  pom.xml   src
clojure-1.0.0.jar pom-template.xml  readme.txtsvninfo.txt

~/Downloads/clojure_1.0.0$ java -version
java version "1.5.0_16"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-
b06-284)
Java HotSpot(TM) Client VM (build 1.5.0_16-133, mixed mode, sharing)

-= Darrell

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