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

java.lang.ClassNotFoundException when creating an object #70

Closed joaocerca closed 4 years ago

joaocerca commented 4 years ago

After adding the bin folder to locate a sample Test.class file, I create an object with that class file. However, I always get a java.lang.ClassNotFoundException. Here you can see the debug:

JCL_test

JCL_test2

The test file has nothing more than a Hello World println. The version used of JCL is 2.3.

Best Regards,