I have a java application I\'ve written in eclipse. It works fine there.
It works fine run from a command line in the directory where I export it to. In that direc
Eclipse has its own Jar export wizard for generate a runnable jar packed with required library or with the required library in a folder aside the jar.
Going in File ---> Export then choose Java - Runnable Jar
You can then choose how pack the jar and how handling libraries :
You can also save the ant script for later modification or use ...