basic-computer-games icon indicating copy to clipboard operation
basic-computer-games copied to clipboard

84_Super_Star_Trek java issues

Open BrBill opened this issue 2 years ago • 1 comments
trafficstars

Assuming that this is the way to run this program:

java SuperStarTrekGame.java

  1. 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.
  2. 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.

BrBill avatar Jan 05 '23 01:01 BrBill

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)

aldrinm avatar Jan 08 '23 21:01 aldrinm