jaxrpc jar does not work on my windows java ???
843834Jul 10 2002 — edited Jul 12 2002I am having trouble getting a jaxrpc jar to work on my windows machine. Previously, I used an older version of jaxrpc with java 1.4.0 and it works just fine. However, I encounter the error below when I use a newer jaxrpc jar file. It works just fine on my colleage's Linux machine. I have tried using newer versions of java and still get the same error. Has anyone ever gotten this error, and if so, how did you fix it or were you able to fix it? thanks in advance...
C:\DODProject2\PathPort>ant toolbus-compile
Buildfile: build.xml
init:
bind:
[java] Error: DTDParse: Mixed content model for " element: sequence
[java] content model: null
[java] " must end with ")*", not "?"
[java] Java Result: 1
util:
[javac] Compiling 2 source files to C:\DODProject2\PathPort\build
[javac] An exception has occurred in the compiler (1.4.0). Please file a bug
at the Java Developer Connection (http://java.sun.com/cgi-bin/bugreport.cgi) a
fter checking the Bug Parade for duplicates. Include your program and the follow
ing diagnostic in your report. Thank you.
[javac] java.lang.InternalError: jzentry == 0,
[javac] jzfile = 178969992,
[javac] total = 93,
[javac] name = C:\DODProject2\PathPort\lib\misc\jaxrpc.jar,
[javac] i = 3,
[javac] message = invalid LOC header (bad signature)
[javac] at java.util.zip.ZipFile$2.nextElement(ZipFile.java:303)
[javac] at com.sun.tools.javac.v8.code.ClassReader.openArchive(ClassRead
er.java:917)
[javac] at com.sun.tools.javac.v8.code.ClassReader.list(ClassReader.java
:1121)
etc...