Skip to Main Content

Java and JavaScript in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

loadjava sunrsasign.jar

42367Sep 24 2004 — edited May 27 2008
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 24 2008
Added on Sep 24 2004
36 comments
25,610 views