You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Eric Zheng <lh...@outlook.com> on 2015/01/22 03:42:48 UTC

How class-loading works in the Nutch plugin


        Hi there,


We are using several Nutch plugins for various 
purpose on a single solution. However, some of them are using the same 
dependency library with different versions that cause collision. The 
obvious solution is class-loading that is mentioned in the official wiki.




Since I am new to Nutch and class-loading, can someone provide sample code to explain how it exactly works? 




Thanks in advance.


Eric