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

前端 未结 2 1443
醉话见心
醉话见心 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:36

    implementation 'org.graalvm.sdk:graal-sdk:20.1.0'
    implementation 'org.graalvm.truffle:truffle-api:20.1.0'
    implementation 'org.graalvm.js:js:20.1.0'    
    

提交回复
热议问题