Re: Is there really no wildcard adding for "jar -cvf my.jar classes\*.class" ?



Catherina Svensson wrote:
When I try to execute a jar command like the following:

jar -cvf my.jar classes\*.class

I think it's just:

jar -cvf my.jar classes
.