Skip to content

hvvka/spaceteam

Repository files navigation

spaceteam

Run

If no RMI registry is running – check that with ps -a | grep rmiregistry – then:

$ gradle build
$ cd server/out/production/classes
$ rmiregistry 2099 &

Note: it's important to run the process from the root of directory containing compiled classes.

Another note: if 2099 port is being used (check with netstat -vanp tcp | grep 2099) then kill the locking process.

Run mains from:

  • Spaceteam
  • CaptainDriver
  • PlayerDriver

Stop

Stop all main processes and kill RMI registry with:

$ ps -a | grep rmiregistry
$ kill <provide PID>

About

Game made for learning RMI and Java Beans

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages