how convert java file to jar files?

Answer Posted / patrick hp

Write:
jar -cvf <nome>.jar *.class
e aperte enter, assim como a pessoa q fez a 5ª resposta disse.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is mdb and what is the special feature of that?

560


What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?

567


For which statements does it make sense to use a label?

585


How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!

2553


what are memory considerations of jsp compares to other web components?

6009






What is the purpose of the notifyall() method?

606


When is the best time to validate input?

603


What is Stream Tokenizer?

1726


what are the advantages of JTA over JTS?

1668


what are getters and setters in Java with examples?

1284


How substring() method of string class create memory leaks?

550


Is a class a subclass of itself?

588


What is a clone?

572


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1360


What is the difference between static and non-static with examples?

1358