Ho cominciato da pochissimo a studiare Java e durante il Run di


}
codice:
public class PrimaClasse
 { 
public static void main(String[] args) 
{ 
System.out.Println("Hello, World");
 } 
}
Mi viene fuori questo errore: Exception in thread "main" java.lang.Error: Unresolved compilation problem: The method Println(String) is undefined for the type PrintStream

Uso Eclipse. Come posso risolvere? Grazie!