[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: XBootClasspath

Unfortunately, if it is part of the Java runtime (JDK/JRE) then it ends up
on the effective classpath first (since the System classloader is consulted
first).  The only way I know of to change this is to use the bootpath as you
have done.

Jeff

"Colin Savage" <sav912@xxxxxxxxxxx> wrote in message
news:atvamk$tl8$1@xxxxxxxxxxxxxxxx
> The plugin I am developing depends on some features from Xalan 2.4.1, but
> with java 1.4.x there is an older version of xalan included already.
>
> I can launch the runtime workbench using the following VM args to override
> it and all is well.
>
> -Xbootclasspath:C:\javalibs\xml-apis.jar;C:\javalibs\xercesImpl.jar;C:\jav
alibs\xalan.jar;C:\j2sdk1.4.1_01\jre\lib\rt.jar
>
> Is there a way to make this happen "automagically" when the plugin is
> installed, or is there a command-line for starting eclipse that can be
> used?
>
> Any help would be appreciated.
> Thanks
> Colin
>