I'm very confused. I downloaded a *.jar file as a bit of software. So, I would like to extract the source code to look at it
I used the command jar xf filename.jar
which returned two more *.jar
files and a *.class
file. I still cannot open these in the terminal with standard text editors.
Perhaps this is not open source software? Is there an alternative to see what has been done here?