Class path order when running Eclipse plugin [message #78614] |
Thu, 19 June 2003 15:21  |
Eclipse User |
|
|
|
Originally posted by: markus_huebscher.hotmail.com
I've written a plugin that uses the Saxon XSLT Processor. Saxon reimplements
the package javax.xml.transform, which is also present in Sun's JDK 1.4.1.
When I run the workbench with my plugin using JDK 1.4.1, Eclipse uses the
implementation of the package in JDK instead of Saxon's and my plugin does
not work corretly. If I start the workbench with IBM's JRE 1.3, which
doesn't implement the package, everything works fine.
I do I get Eclipse to use the right package implementation??
I've tried playing around with the Build Order in the properties of the
project, but it doesn't solve my problem.
Any suggestions greatly appreciated.
Markus Huebscher
|
|
|
|
Re: Class path order when running Eclipse plugin [message #78723 is a reply to message #78677] |
Thu, 19 June 2003 17:33  |
Eclipse User |
|
|
|
Originally posted by: george.sync.ro
Hi Markus,
If your plugin depends on Saxon and does not work with other Transformer
implementations then skip JAXP and instantiate directly the Saxon
implementation classes.
Hope that helps,
George
------------------------------------------------------------ -
George Cristian Bina mailto:george@sync.ro
COO - sync.ro
Phone +40-(0)251-461480, +40-(0)251-461481
Fax +40-(0)251-461482
Mobile +40-(0)723-224067
SyncRO Soft srl, Bd N. Titulescu 170, Craiova, 1100 - Romania
http://www.sync.ro
<oXygen/> XML Editor - http://www.oxygenxml.com/
|
|
|
Powered by
FUDForum. Page generated in 0.05634 seconds