What steps will reproduce the problem?
1. I add plugins from a path that contains plugins in JARs:
PluginManager pm = PluginManagerFactory.createPluginManager();
pm.addPluginsFrom((new File(getPluginsPath())).toURI());
2. JSPF throws an no class def found error.
The problem is:
I see the FileLoader tried to init plugin after it found plugin location. If
that, when a plugin is at top of location list, but use @InjectPlugin plugin
that places at the last position of location list, then the class loader could
not found code for that @InjectPlugin and throw an error.
Hope this issue will be fixed soon.
Sorry for my bad English, thanks.
Original issue reported on code.google.com by doanvuon...@gmail.com on 21 Jun 2014 at 12:05
Original issue reported on code.google.com by
doanvuon...@gmail.com
on 21 Jun 2014 at 12:05