As the title says, I would like to install IBM java (from IBM's Java SDK downloads) on WSL. However, the "InstallAnywhere root not required" file creates a folder and so on, but just executing a simple <path>/java -version
command takes several minutes.
Is there an inherent incompatibility or another requirement that creates this problem?
Some background information:
- Windows 10 Enterprise 1703 64 bit
There are no other Java versions installed (in WSL)
WSL reports (
uname -a
) Linux computername 4.4.0-43-Microsoft #1-Microsoft Wed Dec 31 14:42:53 PST 2014 x86_64 x86_64 x86_64 GNU/LinuxThe Java version reported (after a long wait) is:
` java version "1.7.0"
Java(TM) SE Runtime Environment (build pxa6470sr10fp15-20171116_01(SR10 FP15))
IBM J9 VM (build 2.6, JRE 1.7.0 Linux amd64-64 Compressed References
20171011_366933 (JIT enabled, AOT enabled)
J9VM - R26_Java726_SR10_20171011_1726_B366933
JIT - r11_20171011_366933
GC - R26_Java726_SR10_20171011_1726_B366933_CMPRSS
J9CL - 20171011_366933)
JCL - 20171109_01 based on Oracle jdk7u161-b13
Thanks!