1 Star 0 Fork 15

cbs / GraalVM

forked from Gitee 极速下载 / GraalVM 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.63 KB
一键复制 编辑 原始数据 按行查看 历史

Graal Standard Development Kit

The GraalVM SDK is a collection of APIs for the components of GraalVM.

Getting Started

  1. Download GraalVM from Oracle Technology Network.
  2. Use any of the Java executables in ./bin or import GraalVM as JDK in your favorite IDE.
  3. Use GraalVM SDK, the jar is put on the class path for you automatically.

The GraalVM SDK bits are also uploaded to Maven central. You can use it from your pom.xml file as:

  <dependencies>
    <dependency>
      <groupId>org.graalvm</groupId>
      <artifactId>graal-sdk</artifactId>
      <version>0.30</version>
    </dependency>
  </dependencies>

Please note that GraalVM SDK requires GraalVM to run.

Tutorials

  • Tutorial on using the polyglot API to embed Graal languages in Java host applications.

Changes

Important API changes and additions are tracked in the SDK changelog.

License

GraalVM SDK is licensed under the Universal Permissive License.

1
https://gitee.com/caobingsheng/GraalVM.git
git@gitee.com:caobingsheng/GraalVM.git
caobingsheng
GraalVM
GraalVM
master

搜索帮助