Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
selfjell authored May 8, 2020
1 parent 19b73e2 commit dc0df76
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ This project uses:

* Run Jar
* Go to the root of the project
* Run: ```java -cp target/factory-robots-1.0-SNAPSHOT.jar inf112.app.Main```

* Run:
* Windows/Linux: ```java -cp target/factory-robots-1.0-SNAPSHOT.jar inf112.app.Main```
* Mac OS: ```java -XstartOnFirstThread -cp target/factory-robots-1.0-SNAPSHOT.jar inf112.app.Main```

## Known bugs
- Currently throws "WARNING: An illegal reflective access operation has occurred",
when the java version used is >8. This has no effect on function or performance, and is just a warning.

- Exception when using Mac OS: Please run the JVM with -XstartOnFirstThread. For example:<br>
```java -XstartOnFirstThread -cp target/factory-robots-1.0-SNAPSHOT.jar inf112.app.Main```

- In-game click listners does not work correctly when stretching the game beyond it original size. Work around: Resize the window below 1000 pixels in width for it to work correctly again.

0 comments on commit dc0df76

Please sign in to comment.