| How to unpack JAR files in Linux ? Hi guys, i am new to the Unix/Linux OS. as part of my uni course, i have to complete a Unix Programming module. I been tasked to develop a simple shell script that uses some java programs that has been provided by my lecturer to aid in my assignment.
Now i am been trying to upack the jar files. I used jar --help and the help instructed me to use jar -x <nameofjarfiles> as parameters. Upon hitting the keyboard, the terminal didn't not respone and only after i used CRTL-C that it went back to the terminal.
Could someone help me out in the commands in unpacking the java jar files so that i could use them or instruct me to any pages that contains information of developing of shell scripts using java class files.
I'm currently using Fedora Core 2.
regards
wilson |