-3
When executing the class testaListagem
in the ellipse Version: 2021-06 (4.20.0).
Although there are no syntax or logic errors and follow the correct procedures, drivers etc. The following error was appearing:
java.sql.Sqlexception: Access denied for user ''@'localhost' (using password: NO).
But in the order of execution appeared first the class TimezoneDump
and at no time ran this class and even updating it appeared first until I switched manually to the correct one and the code ran.
The question is, why was something I didn’t log in to or compile ? Was it a bug in the IDE? Could anyone tell me what I could do to minimize these problems related to IDE, such as compile breaking, etc. ?
Please Edit the Question to limit it to a specific problem with enough Detail to identify an adequate Answer.
–