• 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

Urgent: Where to Install JDBC?!

 
Ranch Hand
Posts: 291
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends I try to install JDBC where I should Extract my zip files basically where sholud go?
(my database is MySQL)
I have to finish it before noon...
Many Thanks,
Elahe
 
Elahe Shafie
Ranch Hand
Posts: 291
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Friends I guess my question was not clear...
Basically my question is how can I install JDBC?where it should install?what folder?
Hope to hear from you guys so soon...
Many thanks,
Elahe
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The JDBC API is included with J2SE, so if you have 'java' on your computer, you have JDBC already.
If you mean the MySQL drivers, I assume you've got them from gjt.org or equivalent already. Get the binary, unzip it, make sure mm.mysql-2.0.4-bin.jar (or whatever the version is) is added to your classpath.
(Note: If you are using it in Tomcat or another Application server rather in an 'application', you will need to put the jar file somewhere else. The classpath won't be enough)
Does this settle you problems?
DOM
 
Elahe Shafie
Ranch Hand
Posts: 291
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yeeeeeeeeeessssss Thank you...
 
reply
    Bookmark Topic Watch Topic
  • New Topic