0
Appears on the console:
java.sql.SQLException: No suitable driver found for jdbc:AulaFBD://localhost:5432/TrabalhoFBD
at java.sql.DriverManager.getConnection(DriverManager.java:689)
at java.sql.DriverManager.getConnection(DriverManager.java:247)
at conexao.<init>(conexao.java:19)
at Principal.main(Principal.java:5)
Oia Erika, welcome to Stackoverflow PT, try to elaborate your question so that the community better understands your problem and can help you in a more appropriate way. I suggest you read https://answall.com/tour
– Um Programador