Question

friends please help my java program crashes when run. I am using Jnotify to monitor drives. The error shown is

enter image description here

Était-ce utile?

La solution

It clearly says that there was an error while creating the table Fdrive because it already exists. Try dropping that table from your database (if possible) and run everything again.

You should pay a little attention to the error messages,sometimes they tend to be pretty self-descriptive.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top