• 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

Trying to call a stored proc (SQLJConnection problem)

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Search for within

New from developerWorks: Firefox users, click to add the dW search plug-in (English only)

Post new topicPost new topic Stop watching topicStop watching topic Watch listWatch listForum settingsForum settings HelpHelp

Next topic All forum topicsAll forum topics

My developerWorks
Welcome, eclaire
Edit your profile
Sign out
If you are not eclaire please click here


Trying to call a stored proc (SQLJConnection problem)
Originally posted: 2005 Nov 25 04:44 AM
eclaire
Post new reply

Hi,

I am trying to call a stored procedure on db2.

To connect me I am using Calypso, without this framework, I have a jcc_licenced_xx.jar problem.

So, when I launch the program I ha something like: Caused by: java.lang.NoClassDefFoundError: com/ibm/db2/jcc/SQLJConnection

But... I am sure, the library is in my classpath.

Is somebody have an idea for me?
Thanks,
Claire
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Claire",

There aren't many rules that you need to worry about here on the Ranch, but one that we take very seriously regards the use of proper names. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it.

In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious.

Thanks!
bear
Forum Bartender
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic