Java - Me da un error...

 
Vista:

Me da un error...

Publicado por Daniel (2 intervenciones) el 24/05/2006 12:43:56
public static void main (String Args[]){
String jugador[]= new String[2];

...
iniciar(jugador); //Aqui me da el error ("unhadled exception type IOException")
}

public static void iniciar(String jugador[])throws IOException{
...
}

Nose como solucionar el error este que me da al usar throws IOException en el modulo iniciar..., soy principiante que conste, muchas gracias por vuestra ayuda.
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder

RE:Me da un error...

Publicado por Daniel (2 intervenciones) el 24/05/2006 12:54:41
Ya lo he solucionado!!! :)
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar