Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » com.sun.org.apache.xalan.internal.res
com.sun.org.apache.xalan.internal.res [message #94475] Tue, 07 August 2007 17:30
Craig L. Ching is currently offline Craig L. ChingFriend
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
Previous Topic:Add statusline to view
Next Topic:Start Equinox using Reflection
Goto Forum:
  


Current Time: Thu Apr 25 07:39:23 GMT 2024

Powered by FUDForum. Page generated in 0.02607 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top