debugging with jdk 1.2.2
I am unable to debug my application with jdk 1.2.2. I downloaded jpda from java.sun.com and in my project options I added jpda.jar under the libraries tab. When I run debug I get the message JPDA libraries missing: Cannot start debugger. debug libraries are missing from jdk home. I have added jpda.jar to JDK_HOME/lib as well as JDK_HOME/jre/lib.
--Navjeet
Please sign in to leave a comment.
Have you also put native JPDA libraries to JDK_HOME/bin? For example, on Windows these are: dt_shmem.dll, dt_socket.dll, jdwp.dll
--
Best regards,
Eugene Zhuravlev
JetBrains, Inc, http://www.intellij.com
"Develop with pleasure!"
That was it. Now it works like a charm. Thanks a lot:)