Ver Mensaje Individual
  #1 (permalink)  
Antiguo 02/05/2006, 08:02
west140
 
Fecha de Ingreso: mayo-2006
Mensajes: 101
Antigüedad: 18 años
Puntos: 2
error otra vez

ya inicialice el fichero pero ahora me sale ilegal scape character
que onda con eso krnales

File fichero = new File ("c:\archivo");


ObjectOutputStream oos = new ObjectOutputStream(new FileOutputStream(fichero));
for (int i = 0; i <5; i++)
{

altas_Clientes r = new altas_Clientes();
oos.writeObject(r);
oos.close();