Update Run Configurations to include Module information authored by Derek Williams's avatar Derek Williams
...@@ -67,61 +67,73 @@ The Working Directory fields that are listed will be added after the "FreshmanRP ...@@ -67,61 +67,73 @@ The Working Directory fields that are listed will be added after the "FreshmanRP
Name: Login Server Name: Login Server
Main Class: LoginServer Main Class: LoginServer
Module: `-cp Freshman_RPG.LoginServer.main`
Program Arguments: --localhost Program Arguments: --localhost
Working Directory: FreshmanRPG/LoginServer Working Directory: FreshmanRPG/LoginServer
Name: Server Current Name: Server Current
Main Class: edu.ship.shipsim.areaserver.Server Main Class: edu.ship.shipsim.areaserver.Server
Module: `-cp Freshman_RPG.GameServer.main`
Program Arguments: --port=1872 --map=current.tmx --localhost Program Arguments: --port=1872 --map=current.tmx --localhost
Working Directory: FreshmanRPG/GameServer Working Directory: FreshmanRPG/GameServer
Name: Server Quiznasium Name: Server Quiznasium
Main Class: edu.ship.shipsim.areaserver.Server Main Class: edu.ship.shipsim.areaserver.Server
Module: `-cp Freshman_RPG.GameServer.main`
Program Arguments: --port=1873 --map=quiznasium.tmx --localhost Program Arguments: --port=1873 --map=quiznasium.tmx --localhost
Working Directory: FreshmanRPG/GameServer Working Directory: FreshmanRPG/GameServer
Name: Server Study Hall Name: Server Study Hall
Main Class: edu.ship.shipsim.areaserver.Server Main Class: edu.ship.shipsim.areaserver.Server
Module: `-cp Freshman_RPG.GameServer.main`
Program Arguments: --port=1874 --map=homework.tmx --localhost Program Arguments: --port=1874 --map=homework.tmx --localhost
Working Directory: FreshmanRPG/GameServer Working Directory: FreshmanRPG/GameServer
Name: Server Sorting Room Name: Server Sorting Room
Main Class: edu.ship.shipsim.areaserver.Server Main Class: edu.ship.shipsim.areaserver.Server
Module: `-cp Freshman_RPG.GameServer.main`
Program Arguments: --port=1875 --map=sortingRoom.tmx --localhost Program Arguments: --port=1875 --map=sortingRoom.tmx --localhost
Working Directory: FreshmanRPG/GameServer Working Directory: FreshmanRPG/GameServer
Name: Wellington Room Name: Wellington Room
Main Class: edu.ship.shipsim.areaserver.Server Main Class: edu.ship.shipsim.areaserver.Server
Module: `-cp Freshman_RPG.GameServer.main`
Program Arguments: --port=1876 --map=wellingtonRoom.tmx --localhost Program Arguments: --port=1876 --map=wellingtonRoom.tmx --localhost
Working Directory: FreshmanRPG/GameServer Working Directory: FreshmanRPG/GameServer
Name: Server MCT Room Name: Server MCT Room
Main Class: edu.ship.shipsim.areaserver.Server Main Class: edu.ship.shipsim.areaserver.Server
Module: `-cp Freshman_RPG.GameServer.main`
Program Arguments: --port=1877 --map=mct1.tmx --localhost Program Arguments: --port=1877 --map=mct1.tmx --localhost
Working Directory: FreshmanRPG/GameServer Working Directory: FreshmanRPG/GameServer
Name: Server The Green Name: Server The Green
Main Class: edu.ship.shipsim.areaserver.Server Main Class: edu.ship.shipsim.areaserver.Server
Module: `-cp Freshman_RPG.GameServer.main`
Program Arguments: --port=1878 --map=theGreen.tmx --localhost Program Arguments: --port=1878 --map=theGreen.tmx --localhost
Working Directory: FreshmanRPG/GameServer Working Directory: FreshmanRPG/GameServer
Name: Ducktopia Name: Ducktopia
Main Class: edu.ship.shipsim.areaserver.Server Main Class: edu.ship.shipsim.areaserver.Server
Module: `-cp Freshman_RPG.GameServer.main`
Program Arguments: --port=1879 --map=Ducktopia.tmx --localhost Program Arguments: --port=1879 --map=Ducktopia.tmx --localhost
Working Directory: FreshmanRPG/GameServer Working Directory: FreshmanRPG/GameServer
Name: Server Cub Name: Server Cub
Main Class: edu.ship.shipsim.areaserver.Server Main Class: edu.ship.shipsim.areaserver.Server
Module: `-cp Freshman_RPG.GameServer.main`
Program Arguments: --port=1880 --map=cub.tmx --localhost Program Arguments: --port=1880 --map=cub.tmx --localhost
Working Directory: FreshmanRPG/GameServer Working Directory: FreshmanRPG/GameServer
Name: GameClient-desktop Name: GameClient-desktop
Main Class: DesktopClient Main Class: DesktopClient
Module: `-cp Freshman_RPG.GameClient-desktop.main`
Program Arguments: --localhost Program Arguments: --localhost
Working Directory: FreshmanRPG/GameClient-desktop Working Directory: FreshmanRPG/GameClient-desktop
Name: GameManager Name: GameManager
Main Class: manager.GameManagerFX Main Class: manager.GameManagerFX
Module: `-cp Freshman_RPG.GameManager.main`
Program Arguments: --localhost --db=x (where x is your database identifier) Program Arguments: --localhost --db=x (where x is your database identifier)
Working Directory: FreshmanRPG/GameManager Working Directory: FreshmanRPG/GameManager
VM Options (show this from the "Modify options" drop down): --module-path "INSERT FILE PATH TO JFX LIBRARY" --add-modules=javafx.controls,javafx.fxml --add-exports javafx.graphics/com.sun.javafx.sg.prism=ALL-UNNAMED VM Options (show this from the "Modify options" drop down): --module-path "INSERT FILE PATH TO JFX LIBRARY" --add-modules=javafx.controls,javafx.fxml --add-exports javafx.graphics/com.sun.javafx.sg.prism=ALL-UNNAMED
...@@ -133,4 +145,4 @@ To test using the production database, change the --localhost arguments for all ...@@ -133,4 +145,4 @@ To test using the production database, change the --localhost arguments for all
If JavaFX isn't already configured on your machine, follow this guide to adding it to Eclipse. If JavaFX isn't already configured on your machine, follow this guide to adding it to Eclipse.
[[Javafx environment setup]] [[Javafx environment setup]]
\ No newline at end of file