[Bug libgcj/13011] gij -jar simple.jar generates: Exception during runtime initialization

andreast at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Jan 4 15:13:00 GMT 2004


------- Additional Comments From andreast at gcc dot gnu dot org  2004-01-04 15:13 -------
Modifying the MANIFEST to:
----
Manifest-Version: 1.0
Created-By: 0.92-gcc
Main-Class: simple
----

The original MANIFEST contains an empty line between Created and Main-Class.
Also a bogus (from my understanding) @ at the end.

Cleaning this and creating a new jar file makes the test pass on darwin. Though
on ppclinux I see a linking failure.

I don't know whether it is the MANIFEST which is wrong (generated via gcc/jar)
or if the method isn't flexible enough.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13011



More information about the Gcc-bugs mailing list