On 11/27/2012 10:14 AM, Uri Scheiner wrote:
No I do not want to share library among two plugin. I was just wondering if 
there is actually different class loader per plugin. is that correct?

Yes, each plugin gets its own class loader, so it should be fine to have two unrelated plugins using different versions of the same library. Just be careful that there is no compile-time reference between these plugins; and beware that the thread context class loader should not be used to load library classes.

Reply via email to