Can't load custom formatter class in eclipse plugin?

Hi All,

Basically the ClassLoader.getSystemClassLoader().loadClass call in LogManager.getFormatterProperty function is a trouble. I have a code that is using jdk logging. In logging properties file I am specifying my custom formatter class for one of the standard handlers (console). The propblem is that LogManager inside calls ClassLoader.getSystemClassLoader().loadClass to load my class, and throws classnotfound exception. Same code/setup works fine for standard java app. So, apparently Eclipse classloader hierarchy is a problem.

Is there a way to get around this?

[590 byte] By [Zvisa] at [2008-1-8]