From: Benjamin C. <bc...@cs...> - 2001-03-10 00:28:42
|
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 |