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