How to convert Java program into jar?
- by firestruq
A little help from you all...
I was trying to convert a simple java program into jar but nothing seems to have 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 miss?