hallo ich möchte ein wert einlesen aber es funktioniert nicht in eclipse ,mein code ist class h {
public static void main(String[]args){
int a;
a=Integer.parseInt(args[0]);
System.out.println(a);
}
}
der error ist
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 0
at h.main(h.java:8) vielen dank für die antwort