Changes
Page history
Update Setting up IntelliJ
authored
Jan 24, 2024
by
Merlin
Show whitespace changes
Inline
Side-by-side
Setting-up-IntelliJ.md
View page @
e29b8840
...
...
@@ -32,7 +32,7 @@ The image below will guide you to the correct location.
To run the game on your machine, use these run configurations for the Desktop Client, Login Server and Game Servers with the following arguments.
The Working Directory fields that are listed will be added after the "FreshmanRPGSuite" path.
All Class names are prefixed with (
`
edu.ship.engr.shipsim.
`
) Example:
`
edu.ship.engr.shipsim.Server
`
$
\t
extcolor{red}{
\t
ext{
All Class names are prefixed with (edu.ship.engr.shipsim.) Example: edu.ship.engr.shipsim.Server
}}$
The environment variables text box in each run configuration should contain:
`INTELLIJ_MODE=true`
...
...
...
...