Xuepo Wang

Results 5 comments of Xuepo Wang

@selhagani thanks for responding, I'm not sure which version of maven you're using, what's why I provided the maven wrapper which is pointing to 3.9.7 which is the version I'm...

@dougxc could you pls provide some instruction about how to use those dev releases in a maven project?

I didn't get a chance to try the dev build, but I've checked the released 24.0.1, it gave me an error says: `Module jdk.graal.compiler does not read a module that...

@jchalou sorry for late responding, I did not see polyglot version 23.0.4 on maven central, pls refer to https://central.sonatype.com/artifact/org.graalvm.polyglot/polyglot/versions and smallest version I could find it 23.1.0, could you pls...

After added the following to my pom.xml using version 23.0.4 ```xml org.graalvm.sdk graal-sdk org.graalvm.js js runtime ``` If I only add graal-sdk, it gave me the following: ``` java.lang.AbstractMethodError: No...