Estou tentando executar isso:
try {
Connection con = DriverManager.getConnection("jdbc:jdbcprogress:T:localhost:5000:dbjava");
} catch (SQLException e) {
e.printStackTrace();
}
Essa linha: Connection con = DriverManager.getConnection("jdbc:jdbcprogress:T:localhost:5000:dbjava"); não deveria ter mais 2 argumentos?