Java: Eclipse: Cannot Find Main Class -
i had project compiling , running fine. had exported build.xml file without issue. however, today, clicked project
-->
clean...
, , project no longer run. raises error:
error: not find or load main class com.bar.foo
there way can undo this?
the answer no, cannot "undo" this. can fix building project, making sure project/class exists , contains public static void main(string ... args)
method.
Comments
Post a Comment