How to Install Jpython in windows 2000 with JDK 1.3

Mark Wu mark at advtek.com.tw
Wed Aug 9 04:04:02 EDT 2000


Dear all:
  I had take a long time to install the jpython in Window 2000 with jdk1.3,
but I still couldn't make it running. But it works with jview (from
microsoft). Very weir!
  I got 2 batch file --- jpython.bat and jpythonc.bat --- after install by
jview, but I got nothing after install by jdk1.3.
  Therefore I try to excute the jar file by myself --

java -jar jpython

-- but the jdk always told me

Exception in thread "main" java.util.zip.ZipException: Can't not find system
files
        at java.util.zip.ZipFile.open(Native Method)
        at java.util.zip.ZipFile.<init>(Unknown Source)
        at java.util.jar.JarFile.<init>(Unknown Source)
        at java.util.jar.JarFile.<init>(Unknown Source)

Do you have any idea to resolve this problem?

Thanks





More information about the Python-list mailing list