Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

jaxrpc jar does not work on my windows java ???

843834Jul 10 2002 — edited Jul 12 2002
I 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...

Comments

843834
solved...
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 9 2002
Added on Jul 10 2002
1 comment
160 views