basic-computer-games
basic-computer-games copied to clipboard
84_Super_Star_Trek java issues
trafficstars
Assuming that this is the way to run this program:
java SuperStarTrekGame.java
- It doesn't work with the current version of OpenJDK (19.0.1), nor does it work with OpenJDK 17.0.5. Dies with 90 errors. If it has a limitation on which version, or requires special arguments, README.md should explain that. Otherwise something is wrong.
- How to start it is unclear. Suggest README.md update to explain which is the main file. I think it's
SuperStarTrekGame.java... but since it doesn't work with either version of openjdk that I have, I can't tell.
How to run the games in Java is explained in HOW_TO_RUN_THE_GAMES.md. Have you tried with the instructions there? (Personally, I have run this with Java 17 and not had an issue)