Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Clone sample repository and move to the newly cloned directory.
  2. Make sure that JAVA_HOME points at a JDK11 (or later) export JAVA_HOME=/path/to/jdk11.
    1. Although this archetype is named *jdk11*  it can be used with JDK 8 as well, just set to both variables JAVA_HOME and netbeans.jdkhome to your JDK8 home.
  3. In VS Code, go to Preferences | Settings, search for netbeans.jdkhome, and set it to /path/to/jdk11 (or later).
  4. Open Folder with graal-js-jdk11-maven-demo in VSCode.
  5. Remove App.java and AppTest.java originally coming with the sample Maven project.

...