• 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

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 ]
 
Everybody's invited. Even this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic