IllegalStateException: No language and polyglot implementation was found on the classpath. Make sure the truffle-api.jar is on the classpath

前端 未结 2 1470
醉话见心
醉话见心 2021-01-14 14:07
IllegalStateException: No language and polyglot implementation was found on the
classpath. Make sure the truffle-api.jar is on the classpath.

2条回答
  •  生来不讨喜
    2021-01-14 14:31

    Had to add all these dependencies:

    
      org.graalvm.js
      js
      1.0.0-rc10
    
    
      org.graalvm.js
      js-scriptengine
      1.0.0-rc10
    
    
      org.graalvm.truffle
      truffle-api
      1.0.0-rc10
    
    

提交回复
热议问题