I failed to install Oracle Healthcare MPI product on the guest Red Hat Linux using Oracle JDK 1.7.0. The error reports:
"The installer could not find a compatible JDK installation. The minimum required version is 1.6.0. Specify JDK folder manually."
Once I switch to JDK 1.6.0 with update 34, it works. Obviously it is a buy in the installer. If it means that the minimum required version is 1.6.0, the installer shall work with JDK 1.7.0. A simple logic is
[The chosen JDK version] >= 1.6.0
But the installer coded actually works with the maximum required version 1.6.0. The fix is really simple. This type of simple mistake is made unexpectedly.
Subscribe to:
Post Comments (Atom)
How Does the Server Certificate SSL Work?
The Secure Socket Layer (SSL) is the standard security transportation protocol for establishing an encrypted communication between the clie...
-
We known the difference between Oracle Database SID and ServiceName. In short, SID = the unique name of your Oracle Database instance; Servi...
-
The Secure Socket Layer (SSL) is the standard security transportation protocol for establishing an encrypted communication between the clie...
-
This article explains how web applications work and what technologies are involved in high level. When you type www.amazon.com/www.googl...
No comments:
Post a Comment