From: C. P. B. <po...@et...> - 2001-09-11 02:59:35
|
Robert W. Bill wrote: > You should get a test.class and a test$_PyInner.class as a result > of the jythonc compile. Both are required to run, and when you > get both, you've gotten it to work properly. You're almost there! Thanks for all your help! I have gotten it to compile with jythonc, and I have both of the .class files now, but I cannot get it to run. I try to run it with either java or jview, and I get this error in java: java.lang.NoClassDefFoundError: org/python/core/PyObject and the following error with jview: java.lang.NoClassDefFoundError: org/python/core/Py at test.main (test.java:60) ERROR: java.lang.NoClassDefFoundError: org/python/core/Py What do I do now? I'm so close, I can taste it! |