Created
September 27, 2019 07:18
-
-
Save rac021/34eba86c4180dd35331b4f40fdf2412a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# /opt/jdk/graalvm-ce-19.2.0.1/jre/bin/java | |
# /usr/lib/jvm/java-1.8.0-amazon-corretto/jre/bin/java | |
# Install native-image | |
# /opt/jdk/graalvm-ce-19.2.0.1/lib/installer/bin/gu install native-image | |
export JAVA_HOME=/opt/jdk/graalvm-ce-19.2.0.1 | |
export PATH=$JAVA_HOME/bin:$PATH | |
export GRAALVM_HOME=/opt/jdk/graalvm-ce-19.2.0.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment