Will rep++/Thank
I Just dowloaded This.. http://www.rune-server.org/runescape...le-bosses.html
and the client works perfectly.. but when i run the source i get all this...

[SPOIL]
Code:
[GTLVote V1.1] Settings initializing...
[GTLVote V1.1] Error connecting to the database.
com.mysql.jdbc.exceptions.jdbc4.Communication***ception: Communications link fai
lure

The last packet successfully received from the server was 1,373,364,777,197 mill
iseconds ago.  The last packet sent successfully to the server was 0 millisecond
s ago.
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
        at com.mysql.jdbc.SQLError.createCommunication***ception(SQLError.java:1
074)
        at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2214)
        at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:773)
        at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
        at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:352)
        at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java
:282)
        at java.sql.DriverManager.getConnection(Unknown Source)
        at java.sql.DriverManager.getConnection(Unknown Source)
        at org.Vote.Connect.connect(Connect.java:18)
        at org.Vote.MainLoader.<init>(MainLoader.java:22)
        at server.Server.<clinit>(Server.java:75)
Caused by: com.mysql.jdbc.exceptions.jdbc4.Communication***ception: Communicatio
ns link failure

The last packet successfully received from the server was 1,373,364,777,195 mill
iseconds ago.  The last packet sent successfully to the server was 0 millisecond
s ago.
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
        at com.mysql.jdbc.SQLError.createCommunication***ception(SQLError.java:1
074)
        at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:341)
        at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2137)
        ... 14 more
Caused by: java.net.ConnectException: Connection timed out: connect
        at java.net.DualStackPlainSocketImpl.connect0(Native Method)
        at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
        at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
        at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
        at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
        at java.net.PlainSocketImpl.connect(Unknown Source)
        at java.net.SocksSocketImpl.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at java.net.Socket.<init>(Unknown Source)
        at java.net.Socket.<init>(Unknown Source)
        at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.ja
va:253)
        at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:290)
        ... 15 more
[7/9/13 5:12 AM]: Initilizing Vindiction...
[7/9/13 5:13 AM]: Done loading object configurations...
[7/9/13 5:13 AM]: Done loading region configurations...
[/SPOIL]

This is my run.
@echo off
title Vindiction run
"C:\Program Files\Java\jre7\bin\java.exe" -Xmx1024m -cp bin;deps/GTLVote.jar;deps/poi.jar;deps/mysql.jar;deps/RuneTopListV2.1.jar;deps/mina.jar;deps/slf4j.jar;deps/slf4j-nop.jar;deps/jython.jar;log4j-1.2.15.jar; server.Server
pause:

I have Jre7 .