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

Reply via email to