• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Java.lang.unsatisfiedLinks

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,

I am using two JAR files in my desktop application. I add these jar file in my application using eclipse build path configuration. and application is running perfectly.

But the problem is when I want to run it out the eclipse

I create jar file using Java FatJarExporter which create jar file of my java project including other two jar files [jene.jar and smile.jar], when I execute it from command prompt I found that it generate an error on one of the jar file [smile.jar] included in my project. while recognize other included jar file [jena.jar].
what is the reason of it
I also add path in system path environment variable.

error is
java.lang.unsatisfiedlinks ....... Jsmile.jar in not in java.library.path



please help!

Anny
 
Ranch Hand
Posts: 5575
Eclipse IDE Windows XP Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
normally, jar shouldn't contain another jar file . just add the jars separately to your classpath
 
I'd appreciate it if you pronounced my name correctly. Pinhead, with a silent "H". Petite ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic