Same error
I think the problem is that jline extract dll and load, probably
Windows 7 security dont allow this,
on windows 7 x64 with 64 bit java says error in jline.dll
C:\clojure>java -cp jline-0.9.91.jar;clojure.jar jline.ConsoleRunner
clojure.mai
n
Exception in thread "main" java.lang.ClassNotFoundException:
clojure.main
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at sun.misc.Launcher$ExtClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at jline.ConsoleRunner.main(ConsoleRunner.java:69)
C:\clojure>java -cp jline-0.9.91.jar:clojure.jar jline.ConsoleRunner
clojure.mai
n
Exception in thread "main" java.lang.ClassNotFoundException:
clojure.main
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at sun.misc.Launcher$ExtClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at jline.ConsoleRunner.main(ConsoleRunner.java:69)
C:\clojure>java -cp jline-0_9_5.jar;clojure.jar jline.ConsoleRunner
clojure.main
Exception in thread "main" java.lang.ClassNotFoundException:
clojure.main
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at sun.misc.Launcher$ExtClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at jline.ConsoleRunner.main(ConsoleRunner.java:69)
On Apr 28, 5:38 pm, Chris Perkins <[email protected]> wrote:
> On Apr 28, 4:56 am, Marko Srepfler <[email protected]> wrote:
>
> > C:\clojure-1.1.0>java -cp jline-0.9.91.jar:clojure.jar
>
> You need to separate your classpath entries with a semicolon, not a
> colon.
>
> - Chris Perkins
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to [email protected]
> Note that posts from new members are moderated - please be patient with your
> first post.
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group
> athttp://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 [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en