When i extract a jar file, it is successfuly extracting, but when i archive the same files into a jar file it is showing an error why?
How to create a jar file?
Collapse
X
-
Tags: None
-
What error you are getting. What options you specified during creating the jar file?
It's hard to guess what may be wrong.
Did you Google?
Regards
Dheeraj Joshi -
Compiling project resources to jar is the job of the compiler .. and only the compiler knows how to create a jar archive..
So you can't..
Although it may look like a zip compression but a jar is compressed in some other way.. even zip and rar are not compressed the same wayComment
Comment