• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

ODBC -1 Test won't run

 
Ranch Hand
Posts: 92
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've loaded mysql successfully and can add databases/tables/records at will.
I've downloaded mm-mysql-2.04-src.jar. I've put in my classpath. I'm using Jbuilder, so I put in my Required Libraries section.
Got the infamous "ClassNotFoundException". I moved Test. I ran it using javac -classpath etc. and got the same problem.
Am I using the wrong version of the mysql driver?
This should be easy.
 
Sheriff
Posts: 9109
12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You should be using mm-mysql-2.0.4-bin.jar instead

[This message has been edited by Marilyn deQueiroz (edited September 20, 2001).]
reply
    Bookmark Topic Watch Topic
  • New Topic