Search:

Type: Posts; User: aavik

Search: Search took 0.21 seconds.

  1. Re: java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/dbname

    this is error while compiling
    --E:\java mysql code driver>javac MySQLConnectExample.java MySQLConnectExample.java:16: error: unreported exception ClassNotFoundException; must be caught or declared...
  2. java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/dbname

    This program i stored as MySQLConnectExample.java
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.SQLException;
    import java.util.Properties;

    public class...
Results 1 to 2 of 2