kamranzafar / JCL

Jar Class Loader, a configurable and dynamic custom classloader designed to create, manage and manipulate isolated Java classloaders in IoC frameworks and web applications.
http://kamranzafar.github.com/
579 stars 161 forks source link

new JarClassLoader() exception in my javaFX program #66

Closed chengm349 closed 5 years ago

chengm349 commented 5 years ago

This is the simple code:

JarClassLoader jcl = new JarClassLoader(); DefaultContextLoader context=new DefaultContextLoader(jcl); context.loadContext();

but new JarClassLoader() throw InvocationTargetException

chengm349 commented 5 years ago

I am using ver 2.9

chengm349 commented 5 years ago

is it because no xml file? please help.

chengm349 commented 5 years ago

user needs to install slf3j.