Initial commit (v1)
This commit is contained in:
commit
36d4aaac81
10 changed files with 1133 additions and 0 deletions
1
bin/rmireg.bat
Executable file
1
bin/rmireg.bat
Executable file
|
@ -0,0 +1 @@
|
|||
javac *.java && start rmiregistry
|
1
bin/startClient.bat
Executable file
1
bin/startClient.bat
Executable file
|
@ -0,0 +1 @@
|
|||
javac *.java && java AuctionClient
|
1
bin/startServer.bat
Executable file
1
bin/startServer.bat
Executable file
|
@ -0,0 +1 @@
|
|||
javac *.java && java AuctionServer
|
Reference in a new issue