Hi,

Am 13.12.2008 um 17:17 schrieb Brian Doyle:

Here is my script:

java -cp ~/share/clojure.jar:~/share/clojure-contrib.jar:~/share/ gorilla.jar de.kotka.gorilla

I can reproduce the issue. The ~ is a shellish feature
from Unix. It is only expanded at the start of a word.
So the first ~ in your -cp argument is probably expanded
while the others are not. Hence it doesn't find the
gorilla.jar, since the JVM sees ~/share/gorilla.jar.
When opening this "file", the system says: "Dunno.
Never heard that name." So the class is not found.
Convert all ~ in your classpath to absolute (or relative)
paths and it works.

Sincerely
Meikel

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to