Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] finding main methods

Hello,
I am porting a plug-in to Eclipse M9. In the old version, I used to search
for main methods by calling MainMethodFinder.findTargets( , ) from package
org.eclipse.jdt.internal.debug.ui.launcher.MainMethodFinder. However, this
method is not in Eclipse 3.0. Do you know how to find a replacement for it?

Regards,
Plamen N

Department of Computer Science
Duke University
Durham, NC 27708-0129
Email:  pkn@xxxxxxxxxxx
(919)218-5899


Back to the top