[code]@echo off
title Project-Exile
"C:\Program Files\Java\jdk1.7.0_11\bin\java.exe" -Xmx1024m -cp bin;deps/poi.jar;deps/mysql.jar;deps/gtlvote.jar;deps/mina.jar;deps/slf4j.jar;deps/slf4j-nop.jar;deps/jython.jar;log4j-1.2.15.jar; com.exile.GameEngine
pause[/code]
java version "1.6.0_35"
OpenJDK Runtime Environment (IcedTea6 1.13.7) (6b35-1.13.7-1ubuntu0.12.04.2)
OpenJDK 64-Bit Server VM (build 23.25-b01, mixed mode)
Ubuntu 12.04 LTS
Its a Linux Ubuntu server. First time using this. And i would like to know how to convert that from .bat to .sh. I have been struggling for days. If someone can get to me that would be great.