This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
verify?
- From: "Julia Smith" <julias at macrovision dot com>
- To: <java at gcc dot gnu dot org>
- Date: Fri, 28 Feb 2003 15:53:39 -0800
- Subject: verify?
gcj -c jce-jdk12-118.jar
spits up a ton of errors compiling X509Certificates. It seems like the =
native version compiled into libgcj does not expose abstract methods =
defined in the interface X509Extension, which X509Certificate leaves =
"virtual".
You can get the jar of that name from here:
http://www.bouncycastle.org/latest_releases.html
I also do not know how your site claims log4j version 1.2 compiles and =
runs against gcj. It requires the javax/jms package which is notably =
missing from gcc3.2.2.
I'd really love to get bouncy castle compile or just get my hands on a =
.o that has a working version of bc in it. *sweat*