Currently i am using this https://www.rune-server.ee/runescape...l-release.html

Source and client


When i try to login into my server i get an error from the client side saying .
Failed to connect to wolfpk your client might be outdated. check forums!

Client.java -Code part-

if (k == -1) {
loginFailures++;
if (i1 == 0) {
if (loginFailures < 2) {
try {
Thread.sleep(2000L);
} catch (Exception _ex) {
}
login(s, s1, flag);
return;
} else {
loginMessage1 = "Failed to connect to WolfPk...";
loginMessage2 = "Your client might be outdated. Check forums!";
return;
}