As an intern, I use company code in my projects, and they usually send me a jar file for work. I add it to the path assembly in Eclipse and usually everything is fine and dandy.
However, I was curious to know what each class contained, and when I try to open one of the classes in the jar file, it tells me that I need the source file.
What does it mean? I come from the background of C / C ++, so that the jar looks like an already compiled .o file, and all I see is the stuff .h ? Or is there actual code in the jar file that I use for encryption, so I can't read it?
Thanks for all the answers!
Edit:
Thanks guys, I knew this looked like an archive, but I was confused by the fact that when I tried to open .class files, I got a bunch of random characters. The result was similar when I tried to open the .o file in C, so I just wanted to make sure.
Thank!
java jar
joshualan Aug 22 '12 at 18:29 2012-08-22 18:29
source share