Re: seesaw texteditor.clj classpath error

2012-01-23 Thread Dave Ray
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

Re: seesaw texteditor.clj classpath error

2012-01-22 Thread Meikel Brandmeyer (kotarak)
Hi, I don't know. A random clojure file is not necessarily intended to be run as script. I don't know which source file you are talking about (at least I didn't find anything editor related in seesaw), so I can't say more. However, your classpath setting was wrong. Maybe the command you are lo

Re: seesaw texteditor.clj classpath error

2012-01-22 Thread jayvandal
How do you point to the clojure file , seeeditor.clj?? On Jan 22, 11:56 pm, "Meikel Brandmeyer (kotarak)" wrote: > Hi, > > Am Montag, 23. Januar 2012 05:24:29 UTC+1 schrieb jayvandal: > > > I run this and line > > java -jar c:/opt/jars/clojure.jar c:/aproject/seeeditor.clj > > You want "-cp 'c:/o

Re: seesaw texteditor.clj classpath error

2012-01-22 Thread Meikel Brandmeyer (kotarak)
Hi, Am Montag, 23. Januar 2012 05:24:29 UTC+1 schrieb jayvandal: > > I run this and line > java -jar c:/opt/jars/clojure.jar c:/aproject/seeeditor.clj > > You want "-cp 'c:/opt/jars/clojure.jar;c:/opt/jars/seesaw-1.2.2.jar'" instead of "-jar c:/opt/jars/clojure.jar". Sincerely Meikel -- You

seesaw texteditor.clj classpath error

2012-01-22 Thread jayvandal
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 [fil