Eclipse Question:
Download Questions PDF

What is the classpath of a plug-in?

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 Interview Questions And Answers PDF

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()?