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

The problem might be related to classpath. I mean it fails because it cannot locate the class file of the main class it wants to launch.

Then another question comes to my mind: how to specify the classpath of the target jvm and if it is not specified, what is the default classpath?

Best wishes
Daniel Gong


On Sat, Jun 19, 2010 at 12:30 AM, Daniel Gong <daniel.gong.fudan@xxxxxxxxx> wrote:
Still fails... Mine is almost the same except for the jar version which is 3.5.x instead of the latest. Is that OK?

Best wishes
Daniel Gong



On Sat, Jun 19, 2010 at 12:10 AM, Darin Wright <Darin_Wright@xxxxxxxxxx> wrote:
> 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
_______________________________________________
jdt-debug-dev mailing list
jdt-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jdt-debug-dev



Back to the top