Versions Compared

Key

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

...

In this sample we will go over how to create and debug Java <> JavaScript polyglot project using JDK 11, Graal.JS and ready to go graal-js-jdk11-maven-demo Maven Archetype. Sample is simple Java application invoking in a loop fibonaci calculation for incremented number written in JavaScript. Complete sample is attached for your convenience as well.

Steps

  1. Clone sample repository and move to the newly cloned directory

...