Help unzipping and viewing .zip, .class, and .jar files

SassyLearner15

Beta member
Messages
1
Location
USA
Hello All,

Please advise. I discovered multiple zipped files on my computer and I am trying to determine what, if anything, they contain. I have watched soooooo many videos on YouTube about unzipping and "decompiling" and have even used software like "jd-gui" and Unarchiver to unzip the files. I tried to download and use Unrar X like many of the tutorials suggested but the website says "the account is suspended". I find that I can unzip the files but when I use the "jd-gui" software it turns everything into a bunch of bytecode (which I had never even heard of before now and do not understand).

So, in short, my questions are A) Do these files really contain movies, docs, images, etc. like the file names suggests? B) Is it possible to actually view what the files were instead of only seeing a bunch of code? C) What reason would someone typically need to format files in this manner?

See images below for reference. Any advice or instructions (in laymen terms please) are much appreciated, so thank you in advance!!!
P.S. I'm not sure if it matters but my device is a Mac running on Yosemite. Thanks again. Ciao!:)
 

Attachments

  • Screen Shot 2015-01-17 at 3.53.17 PM.jpg
    Screen Shot 2015-01-17 at 3.53.17 PM.jpg
    45.9 KB · Views: 2
  • Screen Shot 2015-01-17 at 3.52.24 PM.jpg
    Screen Shot 2015-01-17 at 3.52.24 PM.jpg
    41.5 KB · Views: 1
  • Screen Shot 2015-01-17 at 3.52.43 PM.png
    Screen Shot 2015-01-17 at 3.52.43 PM.png
    60.3 KB · Views: 0
  • Screen Shot 2015-01-17 at 3.53.00 PM.jpg
    Screen Shot 2015-01-17 at 3.53.00 PM.jpg
    56.7 KB · Views: 1
  • Screen Shot 2015-01-17 at 3.54.20 PM.jpg
    Screen Shot 2015-01-17 at 3.54.20 PM.jpg
    65.8 KB · Views: 1
Looks like that's the file structure for a Java-based program on your system.

.JAR files are Java archive files used by Java programs.
.CLASS files are Java class files that contain code.

The "movies, docs, images" etc. that you see are most likely resources for the program.
 
Back
Top Bottom