This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]