Monday, 19 August 2013

How to find "public static void main" or the start of a program?

How to find "public static void main" or the start of a program?

I am working on an open source project, about 10Kloc, and I would like to
know where the program starts. Naturally, I think I should search for
"public static void main". I am using Eclipse. Does anyone know how to
find this?
I tried using the search function in Eclipse, but it is not finding a
match. Is my search configuration incorrect, or is there a better way to
do find this method?
Any other suggestions for finding the start of a program are also welcome.
EDIT: This is an Eclipse plug-in, running with the Eclipse PDE.

No comments:

Post a Comment