Date: Mon, 15 Jun 1998 15:36:37 +0100
From: Kalicharan Vasanthan <kali@rnd1.exodus.net>
To: java-security@web2.javasoft.com
Subject: Key Pair Generation
Dear Sir,
I was trying to generate a key pair as described by the example program
in the java security
tutorial and the statement : KeyPairGenerator keyGen =
KeyPairGenerator.getInstance("DSA");
throws an exception :
java.lang.UnsatisfiedLinkError: no jbn3240 in shared library path
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Error.<init>(Compiled Code)
at java.lang.LinkageError.<init>(Compiled Code)
at java.lang.UnsatisfiedLinkError.<init>(Compiled Code)
at java.lang.Runtime.loadLibrary(Compiled Code)
at java.lang.System.loadLibrary(Compiled Code)
at
at
at java.security.Security.getImpl(Compiled Code)
at java.security.KeyPairGenerator.getInstance(Compiled Code)
at testSig.main(Compiled Code)
I executed the program on Solaris 2.6 and I find no reference to a
shared library by the name jbn3240.
Could you kindly let me know what the problem could be and what should I
do for the same. Expecting
your reply at the earliest.
Thanks
Kalicharan