java - How to define main class location for a plugin system -
so let's have classpath dummy.class.path.plugin
, need path , find class.forname()
note: main class annotated annotation @plugin
i ended creating scanner system using http://asm.ow2.org/ , scanning thru classes using urlclassloader
Comments
Post a Comment