Menu

#35 Driver Error - help!

closed
nobody
None
5
2002-07-29
2002-06-28
Anonymous
No

I put my mm.mysql-2.0.14-bin.jar file into my
JavaHome\jre\lib\ext directory and I am still getting:
java.lang.ClassNotFoundException:
org.gjt.mm.mysql.Driver. Any suggestions? Is there
anything else that I need to do?

Discussion

  • George Smith

    George Smith - 2002-07-26

    Logged In: YES
    user_id=271280

    In linux you would need to direct your classpath directly at
    the jar file ie --

    setenv CLASSPATH
    /data/local/mm.mysql-2.0.14-bin.jar:${CLASSPATH}

    this can be done in your shell configuration file or a
    script run from your configuration file...

     
  • Mark Matthews

    Mark Matthews - 2002-07-29
    • status: open --> closed
     

Log in to post a comment.