diff tools/makeinst-script.sh.in @ 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 fa6fca3c12d7
children ea224bb389e3
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