I need to compress the webApps folder into webApps.war in windows command prompt
I have tried:
- directory changed to webApps folder c:\webApps
- then jar -cvf webApps.war
it produce the error I mentioned in title.. Please suggest any other way.
I need to compress the webApps folder into webApps.war in windows command prompt
I have tried:
c:\webAppsjar -cvf webApps.warit produce the error I mentioned in title.. Please suggest any other way.
