I am trying to find where the entry point is of a large application, but I was told that it doesn't use a main class. I'm able to run and build the application, and I know that the classes and methods are executing when I make small changes.
However, now I'm trying to embed a new class and I can't seem to find the entry point where these classes are called. Is there a way to find out where that is, so I can call this new class I created at run time? Thank you.