Re: [Jython-dev] Problem installing Jython
by Oti other posts by this author
Oct 24 2003 11:39AM messages near this date
[Jython-dev] Problem installing Jython
|
RE: [Jython-dev] jythinc called from java code
[ Tony Maniaci ]
> I am running under XP and at the command line I entered the following
> as
> detailed in the installation instructions:
>
> C:\>java jython-21
> Exception in thread "main" java.lang.NoClassDefFoundError: jython-21
The installation instructions on http://www.jython.org/install.html
also say:
It can be necessay to set the CLASSPATH to include the current
directory
java -cp . jython-21
java -classpath . jython-21
This means in your case:
- cd to the directory where you downloaded jython-21.class
- type in one of the java commands above
Best wishes,
Oti.
-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community? Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Jython-dev mailing list
Jython-dev@[...].net
https://lists.sourceforge.net/lists/listinfo/jython-dev
Thread:
Tony Maniaci
Oti
|