com.sun.org.apache.xalan.internal.res [message #94475] |
Tue, 07 August 2007 17:30 |
Craig L. Ching Messages: 21 Registered: July 2009 |
Junior Member |
|
|
Hi all,
I have a bundle that requires the packages like
com.sun.org.apache.xalan.internal.res. It is my understanding that this
is part of jaxp as explained here:
http://java.sun.com/j2se/1.5.0/docs/guide/xml/jaxp/JAXP-Comp atibility_150.html#packageNamesWhy
My question is, what is the right way to resolve this? If I were to
deploy on AIX for instance (or otherwise use a different JRE
implementation, e.g. IBM), those classes wouldn't be in the JRE.
Indeed, equinox doesn't even make them available from the JRE (is that
right? or is there some way to turn them on?).
Reading that link suggests that what I might do is include those
packages either in the importing bundle or another bundle following
Sun's example (e.g. get the xalan jars and do org.apache.somePackage -->
com.sun.org.apache.SomePackage.internal).
Anyone have any better suggestions?
Cheers,
Craig
|
|
|
Powered by
FUDForum. Page generated in 0.03630 seconds