Affichage des articles dont le libellé est Programm wird nicht ausgeführt: Editor does not contain a main type. Afficher tous les articles
Affichage des articles dont le libellé est Programm wird nicht ausgeführt: Editor does not contain a main type. Afficher tous les articles

vendredi 7 octobre 2016

Programm wird nicht ausgeführt: Editor does not contain a main type

vendredi 7 octobre 2016 0
Das habe ich eingetippt:

Code (Java):
public class Rumspielen {
   public static void main(String[] args) {
     int i = 42
     string   s = "" + i
     System.out.println(s);
}
}


Es öffnete sich ein Fenster von Eclipse, in dem stand:
Editor does not contain a main type

Programm wird nicht ausgeführt: Editor does not contain a main type
 
◄Design by Pocket