wtf does this mean?
error: Class names, 'HelloApp', are only accepted ifannotation processing is explicitly requested.
also, a website of common java programme errors and their meanings would help too
2007-09-03
08:44:01
·
2 answers
·
asked by
konnichiwacj2
1
in
Computers & Internet
➔ Programming & Design
the programm itself...look filimar?
public class HelloApp
{
public static void main(String[] args)
{
System.out.println("Hello, World!");
}
}
2007-09-03
09:06:21 ·
update #1
the code didnt come out right...all the { are in the right place
2007-09-03
09:07:17 ·
update #2
IGNORE ALL OF THE ABOVE, THE SECOND GUY GOT IT!!!
THANK YOU SECOND ANSWERING GUY!!!
2007-09-03
09:09:48 ·
update #3