1.

Explain How Can You Add A Library To The Class Path Of A Plug-in?

Answer»

To access particular library from a plugin, the library needs to be ADDED to the classpath of a plug-in. There are four WAYS of doing this.

  • The JAR can be added to the BOOT classpath
  • The JAR can be added to the DECLARED libraries for a plug-in
  • Create a new plug-in that can be added to the library
  • By USING OSGI parent loader.

To access particular library from a plugin, the library needs to be added to the classpath of a plug-in. There are four ways of doing this.



Discussion

No Comment Found