This repository was archived by the owner on Mar 15, 2024. It is now read-only.
Releases: ShadowXPAEdu/lei-distributed-programming
Releases · ShadowXPAEdu/lei-distributed-programming
Initial release - v1.0.0
Client
To run the client use:
java --module-path "lib" --add-modules javafx.controls,javafx.fxml -jar Client-1.0.0.jar [ServerIP] [ServerUDPPort]
Alternatively:
- Edit the
Client.bat - Run
Client.baton the command line
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
In case the client does not run, it could be the JavaFX libraries.
Using maven we added the normal and -win libraries.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Server
To run the server use:
java -jar Server-1.0.0.jar [InternalIP] [MulticastPort] [UDPPort] [TCPPort] [DBHost] [DBPort] [DBSchema] [DBUser] [DBPassword] [SpringBootPort]
Alternatively:
- Edit the
Server[X].bat(where [X] is the number) - Run
Server[X].baton the command line
RMI Observer
To run the RMI observer use:
java -jar RMIObserver-1.0.0.jar [ServerIP]
Alternatively:
- Edit the
Observer.bat - Run
Observer.baton the command line