| [news.eclipse.newcomer] Re: Loading jars dynamic from plugins |
Hey Franz,
for example I wan't to "drop in" jdbc drivers, that will be used by the core app loading them the "normal" way with Class.forName("com.mysql.jdbc.Driver"). I don't know witch driver the end user will use so it can be configured and added by installing the right plugin.
Felix