Is there a way to load a class from another application?
for example, I have two applications, and one of them has a file of the SomeExample class. and I want to download it and use from another application.
I am trying to use Class.forName. but this function throws a "ClassNotFoundExpetion".
source
share