I am running the jar file on linux then its not taking the path correct to the jar files used in the project .
Using windows i put the jar files in the lib folder parallel to the jar folder but for linux i dont know where to put the jar files instead the lib folder.
Check the classpath: in your .jar META-INF file, Place the .jar files in the appropriate directory
use the commandline parameter
-classpath /your/local/folder/lib/file.jar