From 4d435e5c6a0edbabd06750b21e4fc2f03c463c72 Mon Sep 17 00:00:00 2001 From: dc37 Date: Tue, 19 Oct 2021 21:35:01 -0700 Subject: [PATCH] README and scripts update --- README.md | 1 + SMP_J1_8.bat | 2 +- SMP_J9.bat | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 254df77..c15bece 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Confirmed Operating System Configurations: * Windows 10 + Java 8u73 * Windows 10 + Java 8u161 * Windows 10 + Java 8u251 +* Windows 10 + Java 14.0.1+7 * Mac OSX 10.9.5 + Java 8u25 * Ubuntu 14.04-18.04 + Java 8 diff --git a/SMP_J1_8.bat b/SMP_J1_8.bat index 5de9543..0b933ec 100644 --- a/SMP_J1_8.bat +++ b/SMP_J1_8.bat @@ -1,5 +1,5 @@ @echo off -title Super Mario Paint v1.4.2 +title Super Mario Paint v1.4.3 java -jar ./SMPv1.4.3.jar echo [Done] pause \ No newline at end of file diff --git a/SMP_J9.bat b/SMP_J9.bat index 8778629..7ca60f7 100644 --- a/SMP_J9.bat +++ b/SMP_J9.bat @@ -1,5 +1,5 @@ @echo off -title Super Mario Paint v1.4.2 +title Super Mario Paint v1.4.3 java --add-modules=ALL-MODULE-PATH -p "./jfx11/lib/javafx.base.jar;./jfx11/lib/javafx.controls.jar;./jfx11/lib/javafx.fxml.jar;./jfx11/lib/javafx.graphics.jar;./jfx11/lib/javafx.media.jar" -jar ./SMPv1.4.3.jar echo [Done] pause \ No newline at end of file