Answer Posted / uv
As far as I am aware about jar files, they are used to
archive the class files and not java files...
If you want to create a jar file for class files, you can
use following command:
cmd:\> jar cvf <name>.jar .
where (.) is for the current directory.
| Is This Answer Correct ? | 96 Yes | 34 No |
Post New Answer View All Answers
Is the ternary operator written x : y ? Z or x ? Y : z ?
What is mdb and what is the special feature of that?
What is TL and its use?
How a component can be placed on Windows?
Where can I find seam examples and documentation?
What is the difference between ear, jar and war file?
How can I avoid validating a form before data is entered?
How to deploy Jar, War files in J2EE?
what are RemoteObjects?
What are the oops concept?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
whats is mean by connectionpooling
Can you give me a simple example of using the requiredif validator rule?
Can I run seam outside of jboss as?
Which containers use a border layout as their default layout?