Apologies for sending this to the general clojure list, but I've already tried and failed (twice) to get a response from the enclojure list and I thought that maybe someone here might be able to help. The answer (if there is one) might also be of general interest to people looking for remote REPL alternatives to swank.
Thanks, Bruce Begin forwarded message: > From: Bruce Fancher <br...@iterative.com> > Date: April 17, 2011 3:18:22 PM EDT > To: encloj...@googlegroups.com > Subject: Can't start Remote unmanaged REPL > Reply-To: encloj...@googlegroups.com > > > I'm trying to follow the instructions under "Remote unmanaged REPLs" at > http://www.enclojure.org/REPLSupport, but without any luck. The instructions > say to do this: > > java -server -cp clojure.jar:org.enclojure.repl.jar:org.enclore.commons.jar > org.enclojure.repl.main "My external REPL server" > > I pulled down and unpacked the contents of enclojure-plugin-2010-23-mar.nbm > to find the above referenced enclore jars. While I couldn't find a > org.enclojure.repl.jar anywhere, I did find org.enclojure.repl-server.jar and > org.enclojure.repl-client.jar, so I tried pulling those out and using them > instead: > > java -server -cp > clojure.jar:org.enclojure.repl-server.jar:org.enclojure.repl-client.jar:org.enclore.commons.jar > org.enclojure.repl.main "My external REPL server" 11345 > > This results in: > > Exception in thread "main" java.lang.NoClassDefFoundError: > org/enclojure/repl/main > Caused by: java.lang.ClassNotFoundException: org.enclojure.repl.main > 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:307) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > at java.lang.ClassLoader.loadClass(ClassLoader.java:248) > > I saw some mentions about other people getting similar exceptions in the list > archives, but couldn't find any workarounds. BTW, I've tried this on a Mac > and on Gentoo Linux with identical results. > > Thanks, > > Bruce -- 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