java - Eclipse Error: Could not find or load main class -
i have interface class checked out svn project, , created interface_tester
class preview interface. however, when try run in eclipse following error:
error: not find or load main class interface_tester
here code interface_tester class -
public class interface_tester { public static void main(string[] args){ interface test = new interface(); } }
i have seen similar question asked on here did not understand answer. need step-by-step guide solution beginner. thank you
update: tried running interface class , had same error... classes being shown in project explorer on left why eclipse unable locate of them?
on left side of eclipse have project view. try right-clicking interface_tester there , in dropdown choose run. may you trying run else
Comments
Post a Comment