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
> I resolve this problem by using the following command option:
>
[quoted text clipped - 3 lines]
> Cheers,
> LTANG7