From: Jose L. Trejo-M. <jt...@ur...> - 2001-12-23 03:13:24
|
I looked everywhere (could not do a search on this list's archive, is it possible?) but could not find an answer to my problem. Jython 2.0 is not working after installing it. I type "jython" on a command line and get "Exception in thread "main" java.lang.NoClassDefFoundError: and". The FAQ mentions something about this error but only when the ".class" extension is included in the jython batch file, and as you can see below, my jython.bat has none of it: set JAVA_HOME=C:\jdk1.3.1_01 C:\jdk1.3.1_01\bin\java.exe -Dpython.home=C:\jdk1.3.1_01\lib\jython - cp .;C:\jdk1.3.1_01\lib\jython\jython.jar;%CLASSPATH% org.python.util.jython %1 %2 %3 %4 %5 %6 %7 %8 %9 I had to take all the quotes of the command line parameters above that the installer put. java.exe wouldn't even execute the file before I did that. I installed from jython-20.class. Please help! Thanks. -Jose. |