loadjava sunrsasign.jar
42367Sep 24 2004 — edited May 27 2008Hi there,
For a project I'm using xml security of the Apache Software Foundation to digitally sign xml messages.
The code that I'm writing is going to be deployed into a 9i database. The 9i database has JRE 1.3.1. This code I've written needs the Sun JCA provider of the runtime environment (sunrsasign.jar). For some reason the sunrsasign.jar is not loaded into the database . So I try to load it myself.
When I load the sunrsasign.jar (from <jdk_home>\jre\lib) into the database it does not compile. It comes down to the fact that this package needs the class com.sun.Intel.IntelStatistics.
But I cannot find it anywhere!!!
Somebody has any clue where to get this class or if I will be able to load it into the database.
Any help will be highly appreciated,
Joris Wijlens