mongo-jdbc-driver icon indicating copy to clipboard operation
mongo-jdbc-driver copied to clipboard

java.lang.IllegalArgumentException: Could not find option with name engine.WarnInterpreterOnly.

Open ZhuqiushiCasual opened this issue 1 year ago • 1 comments

because my jdk version is 1.8. So I changed the org.graalvm.sdk:graal-sdk version to 20.2.0. And has changed Engine.create("js") to Engine.create(). and then when I new a MongoJdbcDriver, I got the exception. java.lang.IllegalArgumentException: Could not find option with name engine.WarnInterpreterOnly. Uploading image.png… If you have time to answer, thank you very much

ZhuqiushiCasual avatar Mar 23 '23 07:03 ZhuqiushiCasual