赞
踩
GraaIVM
High-performance runtime with new compiler optimizations to accelerate Java application performance and lower infrastructure costs on premises and in the cloud
GraalVM是什么呢?从名称来看,它就是VM虚拟机
,有什么特点呢?官方的总结:High Performance. Cloud Native. Polyglot翻译过来就是 高性能、云原生、支持多语言的VM。
解析
图一
图二
来自菜鸟的第一次英文翻译,希望大家勿喷共勉。
简略
代码如下(示例):
GraaIVM 22.3.0 支持(java11.0.17、java17.0.5、java19.0.1 )
GraaIVM 22.2.0 支持(java11.0.16、java17.0.4 )
GraaIVM 22.1.0 支持(java11.0.15、java17.0.3 )
GraaIVM 22.0.0 支持(java11.0.14、java17.0.2 )
GraaIVM 19.3.6 支持(java8u292、java11.0.11)
版本众多,不做一一阐述,详情请参见官网
GraaIVM版本选择:https://www.graalvm.org/release-notes/
GraaIVM官网:https://www.graalvm.org/
这里下载社区版,
然后根据JDK版本选择 GraaIVM版本,因为本人用的是 JDK17.0.5
;
查看JDK版本
win + R
输入: cmd
输入 : java -version
所以下载GraaIVM 22.3
Navigate to the GraalVM Releases repository on GitHub. Select Java 11
based or Java 17 based distribution for Windows, and download.网站原文
链接跳转到了Github,下载很慢
下载完以后长这样
Change the directory to the location where you want to install GraalVM, then move the .zip archive file to it.
网站原文
Unzip the archive to your file system网站原文
There can be multiple JDKs installed on the machine. The next step is
to configure the runtime environment. Setting environment variables
via the command line will work the same way for Windows 7, 8, and 10.网站原文
Point the PATH environment variable to the GraalVM bin directory
网站原文
我这里因为配置着切换多JDK,可能跟大家的不一样(想进行切换的请跳转)
如果之前安装过jdk,为了防止不必要的麻烦,直接将标记的变量放在第一位
win + R
输入: cmd
输入 : java -version
success
提示:本人很菜,大家多担待,我会努力的:
水积而鱼聚,木茂而鸟集。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。