Classloading

If I understand things correctly plugins have their own classloaders. How reliable is this? I'm getting class not found errors but I have the classes in jars in the lib directory so the class if certainly available.

0

Hello, Glen!
You wrote on Wed, 17 Nov 2004 07:48:03 +0300 (MSK):

GS> If I understand things correctly plugins have their own
GS> classloaders. How reliable is this? I'm getting class not found
GS> errors but I have the classes in jars in the lib directory so the
GS> class if certainly available.

You've got such error, if you will try load classes from non depended
plugin, or if you try load plugin classes from IDEA root classloader.

Can you post stacktrace?

Thanks!
--
Alexey Efimov, Java Developer
Tops-BI
http://www.topsbi.ru


0

Sorry... looks like it was a user error. :)

0

请先登录再写评论。