Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[higgins-dev] rpps.web not building?

Hi,

I was trying to build RPPS locally in Eclipse, but it didn't work, so
I looked into the nightly build logs and saw the same problem there.
There are a few errors in
org.eclipse.higgins.keystore.common.KeyStoreService, in lines like
this:

throw new CertificateException(e);   <--- error here

This only seems to work in JDK5, not 4. Is this a known problem? It
seems it should be very easy to fix.

Markus


Back to the top