Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cme-dev] JSR45 support is in; NEED NEW CLASSPATH VARIABLE

On 5:32:18 pm 06/07/05 Harold Ossher <ossher@xxxxxxxxxx> wrote:
>
> I have just checked in support for JSR45, which causes the debugger
> to show the proper source when debugging composed Java programs. It
> is currently enabled for tests in citcat.jikesbt. I plan to work on
> enabling it for ccc composition and its related tests shortly.
>
> The new support uses Sun's tools.jar, which is part of the Java JDK
> but not usually on the classpath. You therefore need to add a new
> classpath variable, JRE_TOOLS, defined to be the "lib/tools.jar" file
> within the JDK you are using (Window -> Preferences -> Java -> Build
> Path -> Classpath Variables).

This jar just needs the JPDA classes, it needn't be the *actual* Sun JDK.

I'm sure Eclipse has these classes somehwere, I'll take a look around for
them.


Jeff

> Many thanks to Jeff Palm who wrote this support - it should make
> working with composed programs MUCH easier.
>
> - Harold
>
> _______________________________________________
> cme-dev mailing list
> cme-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cme-dev
>



Back to the top