
Sorry if I posted in wrong place, wasn't quite sure of where to post this.
I have been been creating a Runescape Private Server as a learning project, I have been using Windows Vista to do this. But I think my time would be best spent developing it on linux. I have been using Ubuntu for a number of years now but have never learnt how to write a .sh file for a java program.
The .bat file that I was using in windows reads:
@echo off
title Acquittal
java -Xmx1500m -cp bin;deps/poi.jar;deps/mysql.jar;deps/RuneTopListV2.jar;deps/GTLVote.jar;deps/mina.jar;deps/slf4j.jar;deps/slf4j-nop.jar;deps/jython.jar;log4j-1.2.15.jar; server.Server
pause
My "java -version" out put in the terminal is:
unknown@unknown-access-point:~$ java -version
java version "1.7.0_60"
Java(TM) SE Runtime Environment (build 1.7.0_60-b19)
Java HotSpot(TM) Server VM (build 24.60-b09, mixed mode)
And for the RSPS client .bat file
@echo off
RELATED VIDEO

