Guys, how can I correct the error above, my class name does have the extension.java. I am new to j2me and I need to do a location based application but I am struggling so hard...
|
Generally in Java, each .java file can contain at most one public top-level class, and the file has to have the same name as this class. NB: Class names should start with a capital letter Update: when using packages (the
it must be stored in |
|||||
|
|
In NetBeans 6.5, I fixed this problem by following the first paths on the left down to: fileName > Source Packages > filename > Main.java Right-click on Main.java, move the mouse over Refactor, then click Rename. Type the class name there (it IS case-sensitive) and select Refactor. This should solve the problem. |
|||
|
|