Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-debug-dev] Different usage of eclipse jdi lib and sun implementation

JDT provides an implementation of the JDI specification. Theoretically, 
there should be no difference - as both implementations conform to the 
spec. If you're seeing differences, it might be useful to describe them 
here, or file bugs with tests cases demonstrating the issues.

One notable difference is that the Eclipse JDI implementation is designed 
to run on a 1.4 JRE and debug a VM running on any version of Java (i.e. 
1.3 - 1.6). Where as the Sun 1.6 JDI implementation is required to 
debug/utilize the features of a 1.6 VM.

Darin 



From:
Daniel Gong <daniel.gong.fudan@xxxxxxxxx>
To:
jdt-debug-dev@xxxxxxxxxxx
Date:
06/17/2010 11:35 AM
Subject:
[jdt-debug-dev] Different usage of eclipse jdi lib and sun implementation
Sent by:
jdt-debug-dev-bounces@xxxxxxxxxxx



Hi all,

My name is Daniel. I'm new to this list.

Currently I'm working on a project that requires eclipse jdi 
implementation. I've encountered a problem that my jdi sample works well 
with sun  jdi but fails with eclipse jdi. Is there any difference? Or what 
should I pay attention to when I'm coding with eclipse jdi instead of sun 
jdi? Thanks!

Best wishes
Daniel Gong_______________________________________________
jdt-debug-dev mailing list
jdt-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jdt-debug-dev





Back to the top