我设置了jabba。当我跑
jabba ls-remote
Run Code Online (Sandbox Code Playgroud)
我看到这个名单
1.13.0
1.13.0-2
1.6.65
adopt@1.14.0-1
adopt@1.14.0-0
adopt@1.13.0-2
adopt@1.13.0-1
adopt@1.13.0-0
adopt@1.12.0-2
adopt@1.12.0-1
adopt@1.12.0-0
adopt@1.11.0-7
adopt@1.11.0-6
adopt@1.11.0-5
adopt@1.11.0-4
adopt@1.11.0-3
adopt@1.11.0-2
adopt@1.11.0-1
adopt@1.11.0-0
adopt@1.10.0-2
adopt@1.9.0-0
adopt@1.8.0-252
adopt@1.8.0-242
adopt@1.8.0-232
adopt@1.8.0-222
adopt@1.8.0-212
adopt@1.8.0-202
adopt@1.8.0-192
adopt@1.8.0-181
adopt@1.8.0-172
adopt-openj9@1.14.0-1
adopt-openj9@1.14.0-0
adopt-openj9@1.13.0-2
adopt-openj9@1.13.0-1
adopt-openj9@1.13.0-0
adopt-openj9@1.12.0-2
adopt-openj9@1.12.0-1
adopt-openj9@1.12.0-0
adopt-openj9@1.11.0-7
adopt-openj9@1.11.0-6
adopt-openj9@1.11.0-5
adopt-openj9@1.11.0-4
adopt-openj9@1.11.0-3
adopt-openj9@1.11.0-2
adopt-openj9@1.11.0-1
adopt-openj9@1.8.0-252
adopt-openj9@1.8.0-242
adopt-openj9@1.8.0-232
adopt-openj9@1.8.0-222
adopt-openj9@1.8.0-212
adopt-openj9@1.8.0-202
...
Run Code Online (Sandbox Code Playgroud)
什么之间的区别adopt@...和 adopt-openj9@?
上面也有三个没有字母的,是什么?
当您点击提供的链接并在该页面上向下滚动时,您会看到:
# list available JDK's
jabba ls-remote
# you can use any valid semver range to narrow down the list
jabba ls-remote zulu@~1.8.60
jabba ls-remote "*@>=1.6.45 <1.9" --latest=minor
# install Oracle JDK
jabba install 1.8
# install Oracle Server JRE
jabba install sjre@1.8
# install Adopt OpenJDK (Hotspot)
jabba install adopt@1.8-0
# install Adopt OpenJDK (Eclipse OpenJ9)
jabba install adopt-openj9@1.9-0
...
Run Code Online (Sandbox Code Playgroud)
所以区别在于您是要使用Hotspot(Sun、Oracle)还是OpenJ9(IBM、Eclipse)Java 虚拟机 (JVM)。
| 归档时间: |
|
| 查看次数: |
262 次 |
| 最近记录: |