I have a similar problem, but I could not solve it like you did:
running on Ubuntu 11.04,
$JAVA_HOME set to /usr/lib/jvm/default-java, and default-java soft
link to java-6-sun

Still when I run script/repl, and
(require '[cljs.compiler :as comp])
(def jse (comp/repl-env))
(comp/repl jse)
CompilerException java.lang.RuntimeException:
java.lang.ClassNotFoundException:
sun.org.mozilla.javascript.internal.Context, compiling:(cljs/
compiler.clj:971)
user=> CompilerException java.lang.RuntimeException: No such
namespace: comp, compiling:(NO_SOURCE_PATH:2)
user=> CompilerException java.lang.RuntimeException: No such
namespace: comp, compiling:(NO_SOURCE_PATH:3)

Any idea?

Thanks
Tzach

On Jul 23, 9:38 am, Sean Corfield <seancorfi...@gmail.com> wrote:
> On Fri, Jul 22, 2011 at 7:34 PM, Sean Corfield <seancorfi...@gmail.com> wrote:
> > I may just switch to the Sun, er, Oracle JVM since I've a feeling one
> > of my other projects (not yet migrated to my netbook) will require
> > that JVM anyway...
>
> Just an update: I installed Oracle'sJDKand everything is working
> perfectly on myUbuntunetbook :)
> --
> Sean A Corfield -- (904) 302-SEAN
> An Architect's View --http://corfield.org/
> World Singles, LLC. --http://worldsingles.com/
> Railo Technologies, Inc. --http://www.getrailo.com/
>
> "Perfection is the enemy of the good."
> -- Gustave Flaubert, French realist novelist (1821-1880)

-- 
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