muchida6

Results 3 comments of muchida6

In my case, adding `-Xlog:jni+resolve=off` to `java.jdt.ls.vmargs` solved this problem. languageclient has receiving rpc response with error messages as follows. ``` [0.158s][warning][jni,resolve] Re-registering of platform native method: java.lang.PanwHooks.NativeMethodEntry(Ljava/lang/Object;ILjava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V from code...

@fbricon @Foxhunter981 I was just trying to debug. ![image](https://user-images.githubusercontent.com/64448195/183777963-35a82bb2-9619-4a67-b253-0cb4bacc6de8.png)

@victorlee0505 Running the junit test by `vscode-java-test` worked for me, though `vscode-java-test` has `vmArgs` in `java.test.config` (https://github.com/Microsoft/vscode-java-test/wiki/Run-with-Configuration), so adding `-Xlog:jni+resolve=off` might work better. I hope this helps.