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

not support a class's static methods #38

Open mkatsoho opened 8 years ago

mkatsoho commented 8 years ago

I try to use JCL to load a class and use its static methods, but I am failed. I found out static methods are supported in Java 1.8 interface. But it seems JCL does not work even I use this new feature.

Can you help confirm this? Thanks.