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

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:\javalibs\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