Jay,

That's enough.

You've asked this question and many related questions over the last
several months [1][2][3][4][5][6]. Usually the simplest answer is
download Leiningen [7] and learn to use it. The advice is the same
here. Since this is the point in a thread when you usually disappear
only to resurface somewhere else a week or two later I'll leave it at
that. I don't know how to help you.

Dave

p.s. That example hasn't looked like that in 8 months. You'll find the
latest here: 
https://github.com/daveray/seesaw/blob/develop/test/seesaw/test/examples/text_editor.clj


[1] 
https://groups.google.com/group/seesaw-clj/browse_thread/thread/69155ac1d1f11e67
[2] 
https://groups.google.com/group/seesaw-clj/browse_thread/thread/79f6d47baad95a72
[3] 
https://groups.google.com/group/clojure/browse_thread/thread/2a0d85c5fee9f59d/
[4] 
https://groups.google.com/group/clojure/browse_thread/thread/5931c8f60a36b3b4/
[5] 
https://groups.google.com/group/clojure/browse_thread/thread/5fc68b5233698d7c
[6] 
https://groups.google.com/group/clojure/browse_thread/thread/3475c70556c03746/
[7] https://github.com/technomancy/leiningen

On Sun, Jan 22, 2012 at 11:24 PM, jayvandal <s...@ida.net> wrote:
> I get this error with classpath. I This is not leiningen  but should
> be simple
>
> c:/opt/jars contains seesaw-1.2.2.jar
>
> Classpath = c:/opt/jars/*;
> Program is by Daveray. I copied it and changed name(line 1) to
> seeeditor.core
>
> (ns seeeditor.core
>  (:use seesaw.core
>        [clojure.java.io :only [file]])
>  (:import [javax.swing JFileChooser JEditorPane JScrollPane
> BorderFactory]
>           java.awt.Font)
>  (:gen-class))
>
> I run this and line
> java -jar c:/opt/jars/clojure.jar c:/aproject/seeeditor.clj
>  and got this
>
> C:\Aproject>java -jar c:/opt/jars/clojure.jar c:/aproject/
> seeeditor.clj
> Exception in thread "main" java.io.FileNotFoundException: Could not
> locate seesa
> w/core__init.class or seesaw/core.clj on classpath:  (seeeditor.clj:1)
>
> --
> 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