$ sudo update-alternatives --config java
There are 2 choices for the alternative java (providing /usr/bin/java).
Selection Path Priority
Status
------------------------------------------------------------
* 0 /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java 1069
auto mode
1 /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java 1069
manual mode
2 /usr/lib/jvm/java-8-oracle/jre/bin/java 1
manual mode
Press enter to keep the current choice[*], or type selection number: 1
$ java -version
openjdk version "1.8.0_45-internal"
OpenJDK Runtime Environment (build 1.8.0_45-internal-b14)
OpenJDK 64-Bit Server VM (build 25.45-b02, mixed mode)
但是当我尝试安装我的 bin 工具时:
$ ./DS41Client.bin
Initializing InstallShield Wizard........
Extracting Bundled JRE.
Bundled JRE is not binary compatible with host OS/Arch or
it is corrupt. Testing bundled JRE failed.
您能告诉我缺少了什么吗?