-
Notifications
You must be signed in to change notification settings - Fork 15
Clarification for running from IDE #1
Comments
I've tried to set
Would you mind considering fixing it? |
Hi pranasblk, we've recently updated the examples to work with the latest GraalVM. You can export env variable |
hey there I am trying to run the examples with 0.29 I am getting the same error:
My JAVA_HOME and GRAAL_DIR are set to the graalvm directory |
never mind I was missing the -Xbootclasspath parameters in my IDE configurations!. Eg: |
Dear GraalVM demo maintaners,
First of all I am happy about FastR initiative and seeing embed R in java code as future deliverable as open souce.
I did set-up the IntelliJ IDE with JDK - extract of graalvm-0.26 (root dir), added Global lib dependency graalvm-0.26/jre/lib/truffle/truffle-api.jar and source code of the fastr_javaui compiles.
But in the run-time getting service load exception:
ServiceLoader.java:
private S nextService() { ... if (!service.isAssignableFrom(c)) { fail(service, "Provider " + cn + " not a subtype"); } ... }
Where service is interface com.oracle.truffle.api.TruffleRuntimeAccess
and c is class org.graalvm.compiler.truffle.hotspot.HotSpotTruffleRuntimeAccess
Can you clarify how to set-up environment to have working project?
Thanks
Pranas
The text was updated successfully, but these errors were encountered: