ERROR: JDWP Unable to get JNI 1.2 environment, jvm->GetEnv() return code = -2

今天在用Main函数测试一段代码的时候,出现此问题;

参考以下文章解决问题:

http://blog.csdn.net/zxl0016/article/details/7327125

http://blog.csdn.net/mmllkkjj/article/details/6149043

其它方法都不方便,就System.exit(0);最容易了,拿来试试吧。

但正如参考文章中说的,System.exit(0);会使程序立即被终止了,而程序中如果有线程还在执行任务,则后续的任务也就无法继续执行了。

后来又不出现这个问题了,经过反复测试,归结得到出现这个错误的根本原因是上次启动调试的代码有错误,导致进程没有终止,占用了Console输出,所以在之后又启动调试的时候才会出现此错误。

时间: 2024-11-08 12:56:36

ERROR: JDWP Unable to get JNI 1.2 environment, jvm->GetEnv() return code = -2的相关文章

ERROR: JDWP Unable to get JNI 1.2 environment的错误解决方法

在用java编程的时候,在debug模式下偶尔会出现下面的错误,jdk1.6.0-rc1: ERROR: JDWP Unable to get JNI 1.2 environment, jvm->GetEnv() return code = -2JDWP exit error AGENT_ERROR_NO_JNI_ENV(183): [http://www.cnblogs.com/../src/share/back/util.c:820] 解决方法: 在程序最后,main()函数中添加: Sys

Myeclipse项目报错,但不影响结果ERROR: JDWP Unable to get JNI 1.2 environment, jvm->GetEnv() return code = -2

§∩﹏∩ ╭ ︿︿ ╮╭─☆─★─☆─★─☆─★─☆─★─☆─★─☆─★─☆─★─☆─★─☆─★─☆─★─☆─╮ ╰──╯ <注明:转载请注明来自 ?:冷希尔 ColdHill   http://blog.csdn.net/mini0520│ ╰○○╯  ╰─★─☆─★─☆─★─☆─★─☆─★─☆─★─☆─★─☆─★─☆─★─☆─★─☆─★─╯ 错误等级:5(10级制). 错误提示:Myeclipse项目报错,但不影响结果ERROR: JDWP Unable to get JNI 1.2 env

ERROR: JDWP Unable to get JNI 1.2 environment的解决方法

当执行如下代码时: //从控制台获取输入 InputStream is = System.in; Scanner scanner = new Scanner(is); System.out.println("请输入:"); System.out.println(scanner.nextLine()); 有时会发生如下错误: ERROR: JDWP Unable to get JNI 1.2 environment, jvm->GetEnv() return code = -2 J

debug运行下报错,但不影响运行ERROR: JDWP Unable to get JNI 1.2 environment, jvm-&gt;GetEnv() return code = -2(转)

eclipse 3.4+jdk1.6 编译正常通过,运行debug模式时报错 ERROR: JDWP Unable to get JNI 1.2 environment, jvm->GetEnv() return code = -2JDWP exit error AGENT_ERROR_NO_JNI_ENV(183):  [../../../src/share/back/util.c:820] 查找该错误原因.发现是重定向输出的问题. 以下是网络资料原文 装jdk1.6了把,呵呵- 我也碰到过这

报错,但不影响运行ERROR: JDWP Unable to get JNI 1.2 environment, jvm-&gt;GetEnv() return code = -2

参考:http://blog.csdn.net/zxl0016/article/details/7327125 eclipse 3.4+jdk1.6 编译正常通过,运行debug模式时报错 ERROR: JDWP Unable to get JNI 1.2 environment, jvm->GetEnv() return code = -2JDWP exit error AGENT_ERROR_NO_JNI_ENV(183):  [../../../src/share/back/util.c:

Zigbee 调试问题Error[e12]: Unable to open file &#39;lnk51ew_cc2530b.xcl&#39;

使用IAR Embedded Workbench编译zigbee程序时出现以下错误解决办法: Error[e12]: Unable to open file 'C:\Program Files\IAR Systems\Embedded Workbench 5.3\8051\config\lnk51ew_cc2530F256.xcl' 出现该错误应该是找不到config文件. 解决方法如下: 如果你是win7系统并且是64位的,那么就要修改link的路径,使用32位系统的时候安装程序是默认在\Pr

[ERROR] InnoDB: Unable to lock ./ibdata1, error: 11

问题描述:启动MySQL后,出现连接不上,报 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11[[email protected] ~]# service mysql startStarting MySQL [ OK ][[email protected] ~]# mysql -uroot -poracleWarning: Using a password on the command line interface can be insecu

ERROR: ORA-09925: Unable to create audit trail file Linux-x86_64

今天手工建库的过程中遇到了这么个错误 ERROR: ORA-09925: Unable to create audit trail file Linux-x86_64 Error: 2: No such file or directory Additional information: 9925 ORA-01075: you are currently logged on [[email protected] dbhome_1]$ ps -ef | grep smon oracle   1190

Selenium::WebDriver::Error::WebDriverError:Unable to find standalone executable解决办法

情况描述: 在Watir-Webdriver环境下运行脚本报错(红色标记部分): C:\>irbirb(main):001:0> require 'watir-webdriver'=> trueirb(main):002:0> Watir::Browser.new :ieSelenium::WebDriver::Error::WebDriverError: Unable to find standalone executable. Please download the IEDri