Java project

Fermé
Mooraly Messages postés 1 Date d'inscription jeudi 8 décembre 2016 Statut Membre Dernière intervention 8 décembre 2016 - Modifié par Mooraly le 8/12/2016 à 16:07
Sankazz Messages postés 7 Date d'inscription jeudi 8 décembre 2016 Statut Membre Dernière intervention 9 décembre 2016 - 9 déc. 2016 à 12:06
Hey guys ,i have a java project and the teacher orders us to work with files not databases.So i developped the login form that contains a username and password field and a login button .So when i click Login button i do not know how to verify whether the entries in the fields of username and password matches with the file content .Would somebody help me please .I am stack here .Thanks
A voir également:

1 réponse

Sankazz Messages postés 7 Date d'inscription jeudi 8 décembre 2016 Statut Membre Dernière intervention 9 décembre 2016 2
9 déc. 2016 à 12:06
Hello.

Maybe you could use the Object BufferedReader to read lines in your file ?

Thanks to a "try / catch" you could verify if usurnames and passwords are correct.

If they arent, catch an exception.
0