[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Some place else to download a2gameserver?
cd ~/a2gameserver
java -Djava.library.path=lib -cp lib:lib/RXTXcomm.jar:dist/ags.jar
ags.Main ...
Alternatively, you could try this for your machine:
java -Djava.library.path=~/a2gameserver/lib -cp
~/a2gameserver/lib:~/a2gameserver/RXTXcomm.jar:~/a2gameserver/ags.jar
ags.Main
That should do the trick. Sorry about the confusion -- I had forgotten
than the -jar option makes it ignore the -cp option. I should remember
a thing like that, but I never run this from the commandline (I always
run it from my IDE since it makes it easier to debug)