anonymous wrote : jar cf helloworld.ear web-app.war META-INF
Had a look at the syntax of jar cf. Here's the syntax:
jar cf jar-file input-file(s)
The command that you are using mentions META-INF as an input file but such a file is not
present hence its throwing the error
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992212#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...