0

Is there any way to generate custom com.ibm.ws.admin.client_8.5.0.jar? I want to remove org.osgi.* packages from default jar file provided in WebSphere package.

Peter Penzov
  • 1,126
  • 134
  • 430
  • 808

1 Answers1

0

It can be done manually, but the jars cannot be re-generated in any way. However, manually altering product binaries is a violation of the user agreement.

Also, removing any packages (especially org.osgi.*) would break the product. Packages would not be included in WebSphere product binaries unless they were needed.

Andy Guibert
  • 41,446
  • 8
  • 38
  • 61
  • I found this problem when I use com.ibm.ws.admin.client_8.5.0.jar http://stackoverflow.com/questions/34466700/type-org-osgi-util-tracker-servicetrackercustomizer-does-not-take-parameters Can you propose some solution? – Peter Penzov Dec 28 '15 at 06:38
  • It sounds like a separate question, which is how to control which jars are on the class path in NetBeans. I would recommend searching for how to do that or opening a new question if you don't find anything. – Andy Guibert Dec 28 '15 at 06:43
  • Can you give some answer into the post from the link, please? – Peter Penzov Dec 28 '15 at 06:44