ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> Jython-dev
Jython-dev
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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved