|
From: Ype K. <yk...@xs...> - 2001-02-27 19:38:37
|
>Hallo, > >I just installed jython-20. Everything goes well >but when I start jython from the commandline >the following error appears: > > >gerhard@darkstar:~/work/prog/jython > jython >Unable to initialize threads: cannot find class java/lang/Thread This happens when classes.zip (Java core classes) is not on the class path in the jython script. Check that classpath in the jython script includes the directory java_directory/lib in the class path, where java_directory is the directory for the java executable. I had a similar problem under OS2 where I had to patch the .bat files for jython and jythonc, I now use .cmd REXX files I derived from these .bat files. Regards, good luck, Ype |