From ddb8a8cb38881da8350e2fc5044faeed2b538f8c Mon Sep 17 00:00:00 2001 From: N3ther Date: Tue, 16 Jan 2024 15:03:35 -0500 Subject: [PATCH] made a link pop up when no JRE found --- dependency-reduced-pom.xml | 10 +++++++++- pom.xml | 10 +++++++++- src/main/java/net/oijon/algonquin/info/Info.java | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/dependency-reduced-pom.xml b/dependency-reduced-pom.xml index 8cb377f..0b0abb9 100644 --- a/dependency-reduced-pom.xml +++ b/dependency-reduced-pom.xml @@ -4,7 +4,7 @@ net.oijon algonquin algonquin - 0.4.1 + 0.4.3 A text-to-speech program meant to handle the International Phonetic Alphabet (IPA) http://github.com/alexdcramer/Algonquin-TTS @@ -150,6 +150,10 @@ algonquin algonquin-cli.exe + + JRE 11 or later was not found, and is required to run this application. Please download the latest version from https://www.oracle.com/java/technologies/downloads + JRE 11 or later was not found, and is required to run this application. Please download the latest version from https://www.oracle.com/java/technologies/downloads + @@ -181,6 +185,10 @@ algonquin algonquin.exe + + JRE 11 or later was not found, and is required to run this application. Please download the latest version from https://www.oracle.com/java/technologies/downloads + JRE 11 or later was not found, and is required to run this application. Please download the latest version from https://www.oracle.com/java/technologies/downloads + diff --git a/pom.xml b/pom.xml index 55b6e83..9996e5d 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 net.oijon algonquin - 0.4.2 + 0.4.3 jar algonquin A text-to-speech program meant to handle the International Phonetic Alphabet (IPA) @@ -207,6 +207,10 @@ algonquin algonquin-cli.exe + + JRE 11 or later was not found, and is required to run this application. Please download the latest version from https://www.oracle.com/java/technologies/downloads + JRE 11 or later was not found, and is required to run this application. Please download the latest version from https://www.oracle.com/java/technologies/downloads + @@ -238,6 +242,10 @@ algonquin algonquin.exe + + JRE 11 or later was not found, and is required to run this application. Please download the latest version from https://www.oracle.com/java/technologies/downloads + JRE 11 or later was not found, and is required to run this application. Please download the latest version from https://www.oracle.com/java/technologies/downloads + diff --git a/src/main/java/net/oijon/algonquin/info/Info.java b/src/main/java/net/oijon/algonquin/info/Info.java index 860b6b5..11cc3f9 100644 --- a/src/main/java/net/oijon/algonquin/info/Info.java +++ b/src/main/java/net/oijon/algonquin/info/Info.java @@ -9,7 +9,7 @@ */ public class Info { - private static String versionNum = "0.4.2"; + private static String versionNum = "0.4.3"; private static String fullVersion = "AlgonquinTTS - v" + versionNum; /**