Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-debug-dev] Eclipse Debugger : Java 1.3 on Windows XP

The correct forum for such questions is the JDT newsgroup. However, it 
looks like your JRE does not have the required debugging DLLs - jdwp. 
Check the bin directory of your JRE installation. It should contain files 
like "jdwp.dll". You likely need a 1.3.1 JRE or newer.

Darin





Sankar Mandalika <Sankar.Mandalika@xxxxxxx>
Sent by: jdt-debug-dev-admin@xxxxxxxxxxx
02/04/2004 01:59 PM
Please respond to jdt-debug-dev
 
        To:     jdt-debug-dev@xxxxxxxxxxx
        cc: 
        Subject:        [jdt-debug-dev] Eclipse Debugger : Java 1.3 on 
Windows XP


Hi All,

Platform : Windows XP
Java Verion : 1.3.0
Trying to use debugger feature of the eclipse software

When I try to use the eclipse platform, I get into
the debugging perspective but it does not launch.
The following message box pops up. Here is the error
message :

exception occurred during launch

Reason: cannot connect to vm

In the console window the error is as follows.

Java HotSpot (TM) client vm

warning : Setting of property "java.compiler" is
ignored error occurred during initialization
of vm. could not find - Xrun library: jdwp:dll


Any help you can provide would be greatly appreciated.

Thanks,
Sankar.

_______________________________________________
jdt-debug-dev mailing list
jdt-debug-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/jdt-debug-dev




Back to the top