I setup the Netbeanss 7.1.1 and write the simple code below. But when I run the class, it doesnt work correctly and give this message :
Error: Could not find or load main class paket.sss Java Result: 1
package paket;
public class sss {
public static void main(String[] args) {
System.out.println("....");
}
}
I searched everywhere but I cant find. What is the solution?
This error will occur if the class file does not exist.
I suggest you do a rebuild and make sure this class exists in the target directory.