From: Garcia, M. <mg...@Bu...> - 2001-03-11 20:26:00
|
Hi Ben, Your classpath also needs to have jython.jar in it which is where PyObject resides. Double check your jythonc script (assuming your on UNIX) is pulling in the CLASSPATH env. variable too. Mick -----Original Message----- From: Benjamin Collar To: jyt...@li... Sent: 3/9/01 7:30 PM Subject: [Jython-users] forget the last one; here's the real question allright, so i found out the problem last time was that i needed to add the class to the package. now i get this error: java.lang.NoClassDefFoundError: org/python/core/PyObject i was using: jythonc -p org.tagents.examples --all --add org.python.core.PyObject AgentPy.py also I put /usr/local/java/extra/jython2.0/ in my classpath, but still get the above error :(. what to do? thanks ben _______________________________________________ Jython-users mailing list Jyt...@li... http://lists.sourceforge.net/lists/listinfo/jython-users |