• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

java. lang. UnsatisfiedLinkError tell me plz

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I m getting runtimeException when I try to connect oracle database using OCI8. The exception is
Exception in thread main java.lang.UnsatisfiedLinkError:no ocijdbc8 in java.Library.path
Plz tell me how to solve this error.

[ April 26, 2006: Message edited by: rafeeque mohd abdul ]
[ April 28, 2006: Message edited by: rafeeque mohd abdul ]
 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Verify whether the following are set :

1. ORACLE_HOME environment variable set
2. ORACLE_HOME\bin added to System path
3. ORACLE_HOME\lib added to System path
4. NLS_LANG or nls_sort is set
5. LD_LIBRARY_PATH is set to ORACLE_HOME\lib and ORACLE_HOME\jdk\lib

Regards,
Sujith
[ May 03, 2006: Message edited by: Sujith Kanaparthi ]
 
"Don't believe every tiny ad you see on the internet. But this one is rock solid." - George Washington
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic