ashivasubramanian / sc

Section Controller game
1 stars 1 forks source link

Ensure game works on Java 9 #43

Closed ashivasubramanian closed 4 years ago

ashivasubramanian commented 4 years ago

After the build is working on Java 9,

  1. Ensure that the jar & java commands on your local machine are from Java 9.
  2. Run java -jar target/section_controller-0.3.0-SNAPSHOT.jar to start the application.
  3. Test the application thoroughly to ensure everything works in Java 9.
  4. Fix any failures that may occur.
ashivasubramanian commented 4 years ago

Tested. Everything works fine :)