Hey everyone,

I've been writing some simple code using JSS's SSLSockets, and have come up
against a wall of sorts.  When I run my program I get a link error
java.lang.UnsatisfiedLinkError, here's the actual output:

Exception in thread "main" java.lang.UnsatisfiedLinkError: socketCreate
        at org.mozilla.jss.ssl.SocketBase.socketCreate(Native Method)
        at org.mozilla.jss.ssl.SocketBase.socketCreate(SocketBase.java:78)
        at
org.mozilla.jss.ssl.SSLServerSocket.<init>(SSLServerSocket.java:122
        at
org.mozilla.jss.ssl.SSLServerSocket.<init>(SSLServerSocket.java:94)
        at
org.mozilla.jss.ssl.SSLServerSocket.<init>(SSLServerSocket.java:79)
        at
org.mozilla.jss.ssl.SSLServerSocket.<init>(SSLServerSocket.java:59)

After doing some research, I've noticed that it's a problem with finding the
native C/C++ implementation of the "socketCreate" function.  I've double
checked that my PATH includes the path for the JSS/lib, NSS/lib, and the
NSPR/lib.  Also, the CLASSPATH includes the location of the jss34.jar as per
the installation instructions.

Here's what I'm running:
java 1.4.2_04
nss 3.9
jss 3.4
nspr 4.4.1
Windows XP

Any help would be much appreciated.

Thanks,

-Jeff Bethune


_______________________________________________
mozilla-crypto mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-crypto

Reply via email to