I'm on a sparc solaris 8 blade 1500 system.
I am seeing the following behavior:
$ ls -l /ldatae/TclTk84Commands.txt
-rwx------ 1 lwv28 dept28 611043 Sep 29 09:13
/ldatae/TclTk84Commands.txt
I am in the directory with MakeDocJ.jar .
$ java -jar MakeDocJ.jar -a -w
/ldatae/TclTk84Commands.txt /ldatae/TclTk84Commands.doc
Exception in thread "main" java.util.zip.ZipException:
No such file or directory
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:112)
at java.util.jar.JarFile.<init>(JarFile.java:127)
at java.util.jar.JarFile.<init>(JarFile.java:65)
I'm uncertain what the problem might be. I don't use
Java applications often.
Is it saying that it cannot find the code to read a zip
file? Where should that
be
found?
$ java -version
java version "1.4.2_04"
Java(TM) 2 Runtime Environment, Standard Edition (build
1.4.2_04-b05)
Java HotSpot(TM) Client VM (build 1.4.2_04-b05, mixed mode)