Menu

[r2]: / startserver  Maximize  Restore  History

Download this file

17 lines (11 with data), 420 Bytes

#!/bin/sh


pids=`ps -e | grep java | awk '{print $1}'`
#if [ "$pids" != "" ] ; then
	#kill -9 `ps -e | grep java | awk '{print $1}'`
#fi

rm -f -R log
mkdir log
svn checkout svn://192.168.10.254/Project/BabyGame/Src/GameServer/log ./log

clear

CLASSPATH=.:./class:../WorldServer/class:./lib/nanoxml-2.2.1.jar:./lib/mysql_jdbc.jar
java -classpath ${CLASSPATH} -server -Xms512m -Xmx512m -Xss512k com.handjoys.GameServer
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.