Hi,When I'm compiling and running program trough command line everything works, but when I created jar file from my application it wasn't working.What is the problem?
It may be the classpath. Add everything to the directory where you have your program and int the manifest add them to a line: Class-Path: (ClassPathGoesHere)