From: John M. <joh...@ya...> - 2001-04-04 21:54:07
|
Whew! It works now. I added jython.jar to the CLASSPATH. That makes sense based on the error msg below. I'm suprised though since I don't remember needing to do this before. For now I'm thrilled just to have the jar. Not only do I have a jar file but it also doesn't require jython.jar to run. That's great! Everything is in one jar file. --- John Mudd <joh...@ya...> wrote: > I've come up with a list of steps before trying jythonc. > 1) purge the cache directory > 2) remove all class files > 3) remove the jpywork directories & files > 4) touch all of the .py files. > Following these steps I have a different error. I seem to be closer. > > Any suggestions? > > Compiling .java to .class... > Compiling with args:['/opt/java1.3/bin/javac', ...........very > long...] > 1 ./jpywork/com/fiserv/ist/titan/repository/disk/whrandom.java:3: > package org.python.core does not exist > import org.python.core.*; > ^ > ./jpywork/com/fiserv/ist/titan/repository/disk/whrandom.java:237: > cannot resolve symbol > symbol : class PyObject > location: class com.fiserv.ist.titan.repository.disk.whrandom > public static void moduleDictInit(PyObject dict) { > ^ > ./jpywork/com/fiserv/ist/titan/repository/disk/whrandom.java:9: > cannot > resolve symbol > symbol : class PyFunctionTable > location: class > com.fiserv.ist.titan.repository.disk.whrandom._PyInner > public static class _PyInner extends PyFunctionTable implements > PyRunnable { ^ > > > __________________________________________________ > Do You Yahoo!? > Get email at your own domain with Yahoo! Mail. > http://personal.mail.yahoo.com/ > > _______________________________________________ > Jython-users mailing list > Jyt...@li... > http://lists.sourceforge.net/lists/listinfo/jython-users __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ |