package p1;
class a {
public static void main(String[] argument) {
//nothing
}
}
And when I type java p1.a
in command prompt, it always say Main class not found
? Why so?
Can any one help me out? Why this is happening? Is the syntax correct?