Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Bootclasspath extension not available, alternative?
Bootclasspath extension not available, alternative? [message #121438] Mon, 24 November 2008 08:26 Go to next message
Ulf Holm Nielsen is currently offline Ulf Holm NielsenFriend
Messages: 1
Registered: July 2009
Junior Member
Hi,

I'm using an api (StAX) whos interfaces are part of java6 but not 5. I
wish to support both versions (need to run on mac) and thus include the
interfaces. I tried solving it using the fragment-host extension
bootclasspath, but it does not seem to be available on mac os x.

What is the alternative..? If I include the interfaces as a regular
plugin they collide with the jdk provided ones..

Best regards,
Ulf Holm Nielsen
Re: Bootclasspath extension not available, alternative? [message #125359 is a reply to message #121438] Sun, 01 February 2009 14:19 Go to previous message
Eclipse UserFriend
Originally posted by: sameera.wso2.com

AFAIK, The best solution would be to version javax.xml.stream.*
packages. Then you need to import the correct version in all the bundles
which use the javax.xml.stream.* packages.

Sameera

Ulf H Nielsen wrote:
> Hi,
>
> I'm using an api (StAX) whos interfaces are part of java6 but not 5. I
> wish to support both versions (need to run on mac) and thus include the
> interfaces. I tried solving it using the fragment-host extension
> bootclasspath, but it does not seem to be available on mac os x.
>
> What is the alternative..? If I include the interfaces as a regular
> plugin they collide with the jdk provided ones..
>
> Best regards,
> Ulf Holm Nielsen
Previous Topic:multithreaded safety of equinox
Next Topic:[p2] updating a configuration wich has missing dependencies
Goto Forum:
  


Current Time: Thu Apr 25 07:17:40 GMT 2024

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

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

Back to the top