문제

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

enter image description here

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top