Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.10 seconds.

  1. Re: Problems connecting to mysql database on network

    Did you download the jdbc driver and add it to your project's classpath?
  2. Re: Problems connecting to mysql database on network

    The simplest way would by replacing the statement:
    System.out.println(e.getMessage());
    in all of your catch blocks with:
    e.printStackTrace();

    The Stack Trace will give you EVERYTHING you need...
Results 1 to 2 of 2