I have attempted to install and run labrepl on two boxes a windows xp and windows 7 laptop. I am following these instructions https://github.com/relevance/labrepl/wiki/Windows however whenever I attempt to run script/repl from my c:\labrepl directory I receive a jline error. I can't actually get labrepl working.
This is the specific error, would appreciate any help. c:\labrepl>script\repl CLASSPATH="";src;test;resources;data Exception in thread "main" java.lang.NoClassDefFoundError: jline/ ConsoleRunner Caused by: java.lang.ClassNotFoundException: jline.ConsoleRunner at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java: 301) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) Could not find the main class: jline.ConsoleRunner. Program will exit. c:\labrepl> Sayth -- 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