bem, tou tentando compilar um HelloWord no Eclipse:
public class hello {
public static void main (String [] Args){
system.out.println(“Hello Word!”);
}
}
e está dando esse erro:
**
Exception in thread “main” java.lang.Error: Unresolved compilation problem:
system cannot be resolved
at hello.main(hello.java:4)
**
alguem sabe como consertá-lo?