I had similar problems when I tried to use it and I simply used rlwrap instead of jline. Works great!
http://en.wikibooks.org/wiki/Clojure_Programming/Getting_Started#Enhancing_Clojure_REPL_with_rlwrap On Jan 10, 6:08 pm, piscesboy <oraclmas...@gmail.com> wrote: > java version "1.6.0_17" > clojure 1.1.0 > > Running on Mac OS X. > > On Jan 10, 2:46 pm, Mark Rathwell <mark.rathw...@gmail.com> wrote: > > > > > your syntax looks fine. are you running on unix or windows? what java > > version? what clojure version? > > > On Sun, Jan 10, 2010 at 11:54 AM, piscesboy <oraclmas...@gmail.com> wrote: > > > I placed clojure.jar, jline.jar and jline-0.9.94.jar all in the same > > > directory. I started the default clojure editor using: > > > > java -cp clojure.jar clojure.main, and recieved the standard > > > > user=> > > > > prompt. However, when using: > > > > java -cp jline-0.9.94.jar:clojure.jar jline.ConsoleRunner clojure.main > > > > I get: > > > > Exception in thread "main" java.lang.ClassNotFoundException: > > > clojure.main > > > at java.net.URLClassLoader$1.run(URLClassLoader.java:200) > > > at java.security.AccessController.doPrivileged(Native Method) > > > at java.net.URLClassLoader.findClass(URLClassLoader.java:188) > > > at sun.misc.Launcher$ExtClassLoader.findClass(Launcher.java:244) > > > at java.lang.ClassLoader.loadClass(ClassLoader.java:315) > > > at java.lang.ClassLoader.loadClass(ClassLoader.java:250) > > > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:398) > > > at java.lang.Class.forName0(Native Method) > > > at java.lang.Class.forName(Class.java:169) > > > at jline.ConsoleRunner.main(ConsoleRunner.java:69) > > > > Am I using the wrong syntax? > > > > -- > > > 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<clojure%2bunsubscr...@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