Bonjour,

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
public void State_Construction (VecteurM M)throws IOException
{
	FileWriter writer = new FileWriter("C:\\output.txt", true);
   writer.write("texte à ecrire", true);
writer.close();
}
où est le problème içi mon prblème "The method write(String) in the type Writer is not applicable for the arguments (String, boolean)"

Merci