I do have a .jar file and i need to view the content of the jar files.
- Is there any decoder available for decoding the jar file.
- I have the solaris environment also and i need to know what is the
|
I do have a .jar file and i need to view the content of the jar files.
|
||||
|
|
|
*.jar are archived files. Try extracting it with an Archiver!(similar to WinRAR on windows) |
|||
|
|
|
The "official" utility is called "jar" and should be installed if a Java environment is installed. It is a command line utility that works similar to the UNIX tool "tar". But as Mick Sear mentioned, "unzip" will also work. |
||||
|
|
|
JAR files are packaged as zips, so any tools you use to open zip files should work. |
|||
|
|