Home > Archive > Java Security > August 2005 > failed to load sunrsasign.jar using loadjava
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
failed to load sunrsasign.jar using loadjava
|
|
| ltang7@yahoo.com 2005-08-16, 4:01 am |
| I use loadjava to load sunrsasign.jar to oracle 9.2, but failed.
Does anyone has any idea why and how to resolve?
Thanks,
LTANG7
| |
| ltang7@yahoo.com 2005-08-16, 5:08 pm |
| I resolve this problem by using the following command option:
loadjava -resolve -resolver "((* SYS) (* PUBLIC) (* -))" -verbose -user
sys/password sunrsasign.jar
Cheers,
LTANG7
| |
| ltang7@yahoo.com 2005-08-18, 4:04 am |
| Correction. The command option should be:
loadjava -resolve -resolver "((* SYS) (* PUBLIC) (* -))" -noverify
-verbose -user sys/password sunrsasign.jar
It is the "-noverify" parameters that make the loadjava of
sunrsasign.jar success. Should use this parameter with caution.
LTANG7
ltang7@yahoo.com wrote:
> I resolve this problem by using the following command option:
>
> loadjava -resolve -resolver "((* SYS) (* PUBLIC) (* -))" -verbose -user
> sys/password sunrsasign.jar
>
>
> Cheers,
> LTANG7
|
|
|
|
|