Results 1 to 2 of 2

Thread: Adding javax.* to bootdelegation path.

  1. #1
    Join Date
    Nov 2008
    Location
    London,UK
    Posts
    299

    Default Adding javax.* to bootdelegation path.

    We have usecase where we have our code using javax.* classes which is part of java lib. It is becoming cumbersome for us to add these as part of all bundles imports. Is it a bad paractise?

    So can we add these classes into boot delegation path ? Do you see any side effect on this ? Can i try this on my production environment ?

    This makes my life simple, and i need to write import of only third party jars.
    [i am just planning to copy the all javax lines from org.osgi.framework.system.packages to org.osgi.framework.bootdelegation]

  2. #2
    Join Date
    Nov 2008
    Location
    London,UK
    Posts
    299

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •