Sup guys,

My current run.bat for windows is :

Code:
@echo off
java -Xmx500m -cp .;./jython.jar;./MySql/mysql-connector-java-3.0.08-ga-bin.jar server
pause
Can anyone tell me what it should be to run it on a Linux Vps?

Thanks!