How to get Graal SDK packages to work without Maven?

后端 未结 5 1130
夕颜
夕颜 2021-02-06 04:55

I am developing a Java application that needs to execute JavaScript. Nashorn JS engine is about to get deprecated and the replacement is the set of APIs provided by Graal SDK wh

5条回答
  •  一个人的身影
    2021-02-06 05:19

    So I found out the problem. IntelliJ IDEA is so much used to the standard JDK Home structure that it was not loading the the Graal SDK and other apis.

    The Maven jar files that got me closer to the result were EXACTLY the same files that were bundled with GraalVM.

提交回复
热议问题