It happens as simple as this tutorial
//trim spaces String s2 = "Welcome!"; int len1 = s2.length(); System.out.println(len1); String s3 = s2.trim(); System.out.println(s3.length());
It happens if you run the program too quickly several times to do something with system performance?
ERROR: JDWP Unable to get JNI 1.2 environment, jvm->GetEnv() return code = -2 JDWP exit error AGENT_ERROR_NO_JNI_ENV(183): [../../../src/share/back/util.c:838]
Ian May 23 '12 at 19:44 2012-05-23 19:44
source share