• 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

JDBC with JBuilder 7/8/9/X

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
before now i was using JBuilder 5 and that can run by itself in JBuilder but now im using JBuilder 7 and with this and the other later versions of JBuilder each jsp & servlet runs through Apache Tomcat in JBuilder. i dont know how to work the JDBC driver using that.

With JBuilder 5 i t worked fine and i even ran my jsp & servlets on a seperate Tomcat. so i know how it works and where to store the driver. im using oracle.

ive tried it with JBuilder 7 and it just wont work. ive added the driver in project prperties, the same i did with Jbuilder 5 and i even tried putting the driver in the Tomcat folder in my JBuilder 7 project.

any ideas?
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Bobby,
Welcome to JavaRanch!

What error message are you getting?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic