Im trying to export a program written in java (JDK 1.6.0) to a .jar file.
To my project, I have added one Java library(which was available on internet) and some Java source files. So when i create the jar file, the classpath should be set by default and the person should be able to run the project directly either from command prompt or through some other source.
My will is to export everything to a jar file, if its possible..
Also, the ouput is given at command prompt, please guide how is it possible..