Eclipse 3.2 DEBUG JVMJ9TI002E Error
代码 04月 22nd, 2008
DEBUG->
JVMJ9TI002E Agent_OnLoad not found in library jdwp
JVMJ9VM015W Initialization error for library j9jvmti23(-3): JVMJ9VM009E J9VMDllMain failed
Could not create the Java virtual machine.
是个Ecplise的bug
https://bugs.eclipse.org/bugs/show_bug.cgi?id=176471
workarounds: * add dt_socket.dll to system path (does not work if you use different jres (like me, i run my desktop apps on java6.0 which is in the path, but develop for 1.4)) * configure a jre as default instead of a jdk * copy dt_socket.dll from jdk/jre/bin to jdk/bin
关于
Leave a Comment