i need help because i keep getting this error everytime i do the md5 part:
Code:
                       ----------------------------
                       -- Compiling Server Files --
                       ----------------------------
client.java:16026: unreported exception java.io.UnsupportedEncodingException; mu
st be caught or declared to be thrown
                in.getBytes( "8859_1"/* encoding */ );
                           ^
client.java:16027: unreported exception java.security.NoSuchAlgorithmException;
must be caught or declared to be thrown
        MessageDigest md = MessageDigest.getInstance( "SHA" );
                                                    ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
2 errors
Press any key to continue . . .
and here's the link to the tut.
http://www.rune-server.org/showthread.php?t=78849