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

> Thanks Darin. Could you tell me what other eclipse libraries are 
> required to use eclipse JDI?
> 
> Just to ensure that I've configured the running environment right.
> 

Unfortunately the JDI implementation does not run stand alone (
https://bugs.eclipse.org/bugs/show_bug.cgi?id=101686).

I found this set of jars make things work:

jdi.jar
jdimodel.jar
org.eclipse.core.resources_3.6.0.v20100526-0737.jar
org.eclipse.equinox.common_3.6.0.v20100503.jar
org.eclipse.core.runtime_3.6.0.v20100505.jar
org.eclipse.debug.core_3.6.0.v20100519.jar
org.eclipse.osgi_3.6.0.v20100517.jar


Darin


Back to the top