cant execute jar command?
hi, i am a newb in j2ee. my reference is the beginning java ee 5 from apress. the application server that the book is using is JBoss, and while i try to write my first example, i need to make a war and an ear file, so i tried to do it in the console. i went to the directory of my first example and the tried to execute this:>jar cf web-app.war index.jsp but an error occur and said'jar' is not recognized as an internal or external command,
operable program or batch file.
question is, how can i make those files if i cant execute the "jar" command.
**by the way, i have a successful installation of JBoss.
thanks in advance.

