changeset 5549:37a432f5f0eb

* tools/makeinst-script.sh.in: disable java check (Bug #59215)
author John Donoghue <john.donoghue@ieee.org>
date Thu, 08 Oct 2020 13:09:01 -0400
parents cb5d5142610a
children 15662c901125
files tools/makeinst-script.sh.in
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tools/makeinst-script.sh.in	Thu Oct 08 18:02:38 2020 +0200
+++ b/tools/makeinst-script.sh.in	Thu Oct 08 13:09:01 2020 -0400
@@ -423,9 +423,10 @@
   ClearErrors
 
   Call CheckWinVer
-  \${If} @ENABLE_JAVA@ == yes
-    Call CheckJRE
-  \${EndIf} 
+  ; Bug #59215 for now have disabled jdk detection
+  ; \${If} @ENABLE_JAVA@ == yes
+  ;   Call CheckJRE
+  ; \${EndIf} 
   InitPluginsDir
 FunctionEnd