Thread: What's with this error?

Results 1 to 2 of 2
  1. #1 What's with this error? 
    Registered Member
    Join Date
    Apr 2012
    Posts
    17
    Thanks given
    0
    Thanks received
    1
    Rep Power
    11
    I keep getting this error in mysqlmanager:

    src\server\util\MysqlManager.java:42: error: cannot find symbol
    conn = driverManager.getConnection("jdbc:mysql:/
    /myurlblankedout/mydatabaseherebutblankedout","databaseuserhere","m ypasswordhere
    ");
    ^
    symbol: variable driverManager
    location: class MysqlManager
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
    Press any key to continue . . .

    Yes my details are correct, but for the purpose of posting this error, I removed my actual details.
    Can anyone help me? I'm trying to add the recover password from website thing but I can't because of this.
    I keep commenting the conn bit out so I can compile my server, it's only now that i'm asking for help...
    Pleaseeeee.
    -Rapz.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Nov 2009
    Posts
    8
    Thanks given
    0
    Thanks received
    1
    Rep Power
    0
    Declare
    Code:
    public int driverManager = 0;
    Reply With Quote  
     

  3. Thankful user:



Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. ERROR K4rn4ge 634 model header error
    By DeeJay in forum Help
    Replies: 0
    Last Post: 03-17-2012, 03:17 PM
  2. Replies: 4
    Last Post: 02-23-2012, 10:54 PM
  3. Replies: 2
    Last Post: 01-26-2012, 03:38 PM
  4. Replies: 9
    Last Post: 10-20-2011, 07:52 AM
  5. Replies: 6
    Last Post: 09-15-2010, 04:20 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •