Digital Marketing

Use the Docker container with GraalVM CE

$ docker run -it oracle/graalvm-ce:19.3.0 bash
bash-4.2# java -version
openjdk version "1.8.0_232"
OpenJDK Runtime Environment (build 1.8.0_232-20191008104205.buildslave.jdk8u-src-tar--b07)
OpenJDK 64-Bit GraalVM CE 19.3.0 (build 25.232-b07-jvmci-19.3-b05, mixed mode)
bash-4.2# node
Welcome to Node.js v12.10.0.
Type ".help" for more information.
> 1+88
89
> process.exit()
bash-4.2# lli --version
LLVM (GraalVM CE Native 19.3.0)
bash-4.2#

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database