[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Q: XBootClasspath
|
- From: sav912@xxxxxxxxxxx (Colin Savage)
- Date: Fri, 20 Dec 2002 14:49:56 +0000 (UTC)
- Newsgroups: eclipse.tools
- Organization: http://www.eclipse.org
- User-agent: NewsPortal 0.23
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