Search:

Type: Posts; User: dego89

Search: Search took 0.10 seconds.

  1. Replies
    8
    Views
    2,779

    [SOLVED] Re: Connection to MySql Database

    My final solution was to keep the driver (JAR) in the project folder. many thanks again.
  2. Replies
    8
    Views
    2,779

    [SOLVED] Re: Connection to MySql Database

    Thanks, I realize this is a temporary fix. If I find a better suited solution I will post back.
  3. Replies
    8
    Views
    2,779

    [SOLVED] Re: Connection to MySql Database

    Hi All,

    I finally figured out the problem, or at least one possible solution. In Netbeans you have to supply the path to the connection driver (JAR) from the projects properties.571
  4. Replies
    8
    Views
    2,779

    [SOLVED] Re: Connection to MySql Database

    I think i have to change my class path, but Im not sure how to do this on mac. Ive been reading my text book and it suggests, "To use the MySQL and Oracle drivers, you have to add mysqljdbc.jar and...
  5. Replies
    8
    Views
    2,779

    [SOLVED] Re: Connection to MySql Database

    Im using Netbeans so Im compiling and then running.
    I took your suggestion to printStackTrace and i get the following error.


    java.lang.ClassNotFoundException: src.com.mysql.jdbc.Driver
    at...
  6. Replies
    8
    Views
    2,779

    [SOLVED] Connection to MySql Database

    Hi,

    I'm just trying to get a simple connection going to my database. The database is fine but when I run my java program, all I see is, "Build Successful". I would like to display the information...
  7. Replies
    2
    Views
    1,498

    [SOLVED] Re: Tic-Tac-Toe program

    I'm not sure if this helps because my logic will probably be different considering I built my tic tac toe game in GUI not console. I find my logic could also be more efficient but it was for an...
Results 1 to 7 of 7