hi guys,
i am new to java, need ur help.
this is my first java program.
public class Myjava
{
public static void main (string args[])
{
system.out.println("hello java world");
}
}
i am getting the below error in cmd when compiling the program with command javac Myjava
Error: class name are only accepted if annotation processing is explicitly requested.
please help.
thanks in advance.