Hab das in dem public class Main stehen nur wie sehe ich jetzt den Text Hello World?!
Compilen ist erfolgreich, nur ich hab kA wie ich jetzt die Textausgabe sehen kann
public class Main {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
System.out.println("Hallo Welt!");
}
}
Mfg