grdk37

Results 4 comments of grdk37

sorry ,i still donot know how to make it through graalvm . could you please explain it in detail ,thank you so much . ``` javac -cp ".:javet-macos-2.2.1.jar" js/TestJavet.java java...

after some hours working ,now the class "com.caoccao.javet.interop.loader.JavetLibLoader" can be loaded . give the credit to "--initialize-at-build-time" . but another error shows up as below ``` # check the grallvm...

thanks a lot for reply . i have tried absolute path instead of the relative path, not working now it seems that , 1) if donot use. " --initialize-at-build-time "...

it seems that "com.oracle.svm.core.jdk.UnsupportedFeatureError: No classes have been predefined during the image build to load from bytecodes at runtime." occurs on com.caoccao.javet.interop.JavetClassLoader 118 lines ` Class classJavetLibLoader = defineClass(name, buffer,...