How can I create jar file from jmf?

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?
[189 byte] By [spawacza] at [2007-11-27 6:31:29]
# 1
It could be a number of things. What is your exactinput and ouput when running the jar'd version?
AndrewThompson64a at 2007-7-12 17:56:19 > top of Java-index,Security,Cryptography...
# 2
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)
Consideratea at 2007-7-12 17:56:19 > top of Java-index,Security,Cryptography...