Eclipse Question:

What is the classpath of a plug-in?

Tweet Share WhatsApp

Answer:

The OSGi parent class loader. (Java boot class loader by default); The exported libraries of all imported plug-ins; The declared libraries of the plug-in and all its fragments.

Download Eclipse PDF Read All 16 Eclipse Questions
Previous QuestionNext Question
How to config a plugin to start automatically during platform starts up?Do we need to explicitly invoke org.eclipse.swt.graphics.Image.dispose()?