Posted By:
Tom_Trop
Posted On:
Wednesday, December 18, 2002 08:00 AM
I'm new to IntelliJ, and have just downloaded the latest version (3.0.1). I'm trying to debug a simple "Hello, world." application that needs to run with the 1.2.2 version of the JDK. If I simply run the app, it runs fine. But if I try to debug it, I get a little popup box that says: Cannot start debugger: debug libraries are missing from JDK home To get JPDA libraries please visit http://java.sun.com/products/jpda I went to the JPDA web site and downloaded and installed the JPDA stuff into its own directory. My questions are: Now what? What .jar files am I supposed to copy to which directory? What .dll files am I supposed to copy to which directory?
More>>
I'm new to IntelliJ, and have just downloaded the latest version (3.0.1). I'm trying to debug a simple "Hello, world." application that needs to run with the 1.2.2 version of the JDK. If I simply run the app, it runs fine. But if I try to debug it, I get a little popup box that says:
Cannot start debugger: debug libraries are missing from JDK home
To get JPDA libraries please visit http://java.sun.com/products/jpda
I went to the JPDA web site and downloaded and installed the JPDA stuff into its own directory. My questions are:
- Now what?
- What .jar files am I supposed to copy to which directory?
- What .dll files am I supposed to copy to which directory?
- Is anyone else having this problem?
Any help would be greatly appreciated.
<<Less