Wow, bummer. Good thing my method is not public. I will have to rename it so it doesn't conflict with java.net.ServerSocket.setReuseAddress.
http://bugzilla.mozilla.org/show_bug.cgi?id=112005 Pierre wrote: >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 ? >
