I have this code and it gives to me this exception
java.sql.SQLException: No suitable driver
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection (Unknown Source)
at read.main(read.java:24)
Exception in thread "main"
public static final String DRIVER_NAME2 = ("org.firebirdsql.jdbc.FBDriver");
//public static final String DATABASE_URL2 = "jdbc:firebirdsql:localhost/3050:/firebird/names.gdb", "sysdba", "masterkey";
can you help me?