Custom ClassLoader
I do not understand much how to create a simple custom class loader. I found many explaination about it. I don't really get what it means.
Can anyone explain to me in simple code? My custom classloader doesn't work at all.
I want to load a class in another package. How can I do it?
Thanks

