This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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]

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*



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