Good Morning,

The easiest way to run the Seesaw examples is as describe in the wiki
(https://github.com/daveray/seesaw/wiki):

* Install leiningen
* Clone or download the repo from github
* then...

$ cd seesaw
$ lein deps
$ lein run -m seesaw.test.examples.kitchensink

Replace "kitchensink" with whichever example you want to run.

Also, future questions like this might be better directed to the
Seesaw mailing list https://groups.google.com/group/seesaw-clj

Hope this helps,

Dave

On Sat, Nov 12, 2011 at 1:45 AM, jayvandal <s...@ida.net> wrote:
> I am trying to run the examples in seesaw.I must not have seeesaw
> installed correctly.
> any help please
>
> Microsoft Windows [Version 6.0.6000]
> Copyright (c) 2006 Microsoft Corporation.  All rights reserved.
>
>
> C:\>cd cljr
>
> C:\cljr>java -jar c:/clojure-1.3.0.jar c:/cljr/kitchensink.clj
> Error: Unable to access jarfile c:/clojure-1.3.0.jar
>
> C:\cljr>java -jar c:/clojure-1.3.0/clojure-1.3.0.jar c:/cljr/
> kitchensink.clj
> Exception in thread "main" java.lang.RuntimeException:
> java.io.FileNotFoundExcep
> tion: Could not locate seesaw/core__init.class or seesaw/core.clj on
> classpath:
>
>        at clojure.lang.Util.runtimeException(Util.java:165)
>        at clojure.lang.Compiler.eval(Compiler.java:6476)
>        at clojure.lang.Compiler.eval(Compiler.java:6455)
>        at clojure.lang.Compiler.load(Compiler.java:6902)
>        at clojure.lang.Compiler.loadFile(Compiler.java:6863)
>        at clojure.main$load_script.invoke(main.clj:282)
>        at clojure.main$script_opt.invoke(main.clj:342)
>        at clojure.main$main.doInvoke(main.clj:426)
>        at clojure.lang.RestFn.invoke(RestFn.java:408)
>        at clojure.lang.Var.invoke(Var.java:401)
>        at clojure.lang.AFn.applyToHelper(AFn.java:161)
>        at clojure.lang.Var.applyTo(Var.java:518)
>        at clojure.main.main(main.java:37)
> Caused by: java.io.FileNotFoundException: Could not locate seesaw/
> core__init.cla
> ss or seesaw/core.clj on classpath:
>        at clojure.lang.RT.load(RT.java:430)
>        at clojure.lang.RT.load(RT.java:398)
>        at clojure.core$load$fn__4610.invoke(core.clj:5386)
>        at clojure.core$load.doInvoke(core.clj:5385)
>        at clojure.lang.RestFn.invoke(RestFn.java:408)
>        at clojure.core$load_one.invoke(core.clj:5200)
>        at clojure.core$load_lib.doInvoke(core.clj:5237)
>        at clojure.lang.RestFn.applyTo(RestFn.java:142)
>        at clojure.core$apply.invoke(core.clj:602)
>        at clojure.core$load_libs.doInvoke(core.clj:5271)
>        at clojure.lang.RestFn.applyTo(RestFn.java:137)
>        at clojure.core$apply.invoke(core.clj:604)
>        at clojure.core$use.doInvoke(core.clj:5363)
>        at clojure.lang.RestFn.invoke(RestFn.java:408)
>        at seesaw.test.examples.kitchensink
> $eval3$loading__4505__auto____4.invok
> e(kitchensink.clj:11)
>        at seesaw.test.examples.kitchensink
> $eval3.invoke(kitchensink.clj:11)
>        at clojure.lang.Compiler.eval(Compiler.java:6465)
>        ... 11 more
>
> C:\cljr>
>
> --
> 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
>

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