Eclipse Java error: This selection cannot be launched and there are no recent launches -
i have looked everywhere on internet , tried forums , nothing works. error keeps coming up. have tried running java project (not android) drop down run button doesn't work because says "none applicable".
eclipse needs see main method in 1 of project's source files in order determine kind of project can offer proper run options:
public static void main(string[] args)
without method signature (or malformed version of method signature), run menu item not present run options.
Comments
Post a Comment