I've got a problem geneating the JSS library with the Java JDK version 1.4.
SSLServerSocket.java:175: setReuseAddress(boolean) in org.mozilla.jss.ssl.SSLServerSocket cannot override setReuseAddress(boolean) in java.net.ServerSocket; attempting to assign weaker access privileges; was public protected native void setReuseAddress(boolean reuse) throws SocketException; Is it because the security packages are already integrated into the JDK1.4 ? What's the solution ?
