convert java into jar
Posted
by firestruq
on Stack Overflow
See other posts from Stack Overflow
or by firestruq
Published on 2010-05-22T08:43:17Z
Indexed on
2010/05/22
8:50 UTC
Read the original article
Hit count: 186
Hi,
A little help from you all... I was trying to convert a simple java program into jar but nothing seems to happened. I have 2 files: Tester.java , Tester.Class. Then I used this command line:
jar -cvf Tester.jar Tester.class
The .jar file was created but nothing seems to work. What did I missed?
thanks
© Stack Overflow or respective owner