斷點調試最后一步出現問題
ERROR: JDWP Unable to get JNI 1.2 environment, jvm->GetEnv() return code = -2
JDWP exit error AGENT_ERROR_NO_JNI_ENV(183):? [util.c:840]
ERROR: JDWP Unable to get JNI 1.2 environment, jvm->GetEnv() return code = -2
JDWP exit error AGENT_ERROR_NO_JNI_ENV(183):? [util.c:840]
2018-06-27
舉報
2018-06-27
在main函數中加了一行? ?System.exit(0);? ? ?解決了問題,百度解決問題的鏈接
https://blog.csdn.net/zxl0016/article/details/7327125