Remove unnecessary legacy code requiring JDK instead of JRE
Description
In former times (compiere times) there was a requirement in server to install JDK - it as not possible to setup the server with just JRE because signing the jar files.
That restriction is not necessary now, iDempiere can run with JRE, but the code restricting the usage of JRE is still in ConfigVM.java
In former times (compiere times) there was a requirement in server to install JDK - it as not possible to setup the server with just JRE because signing the jar files.
That restriction is not necessary now, iDempiere can run with JRE, but the code restricting the usage of JRE is still in ConfigVM.java