| [news.eclipse.tools] Re: Plugin: query classpath entries |
Roman wrote:
is it possible to query the classpath entries of my plugin during runtime?
Somehow, "String classPath = System.getProperty("java.class.path");"
doesn't seem to work.
Please have a look to IJavaProject.getResolvedClasspath().
HTH,
Frank