Re: Is there really no wildcard adding for "jar -cvf my.jar classes\*.class" ?
- From: Knute Johnson <nospam@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 28 Apr 2008 21:46:11 -0700
Mark Space wrote:
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
That will include all the files in the classes directory, not just ..class files. That isn't her problem anyway, she's got a package mismatch between the declarations and the jar structure, and that's why it won't run.
--
Knute Johnson
email s/nospam/linux/
--
Posted via NewsDemon.com - Premium Uncensored Newsgroup Service
------->>>>>>http://www.NewsDemon.com<<<<<<------
Unlimited Access, Anonymous Accounts, Uncensored Broadband Access
.
- Follow-Ups:
- References:
- Prev by Date: Re: Is there really no wildcard adding for "jar -cvf my.jar classes\*.class" ?
- Next by Date: Re: Is there really no wildcard adding for "jar -cvf my.jar classes\*.class" ?
- Previous by thread: Re: Is there really no wildcard adding for "jar -cvf my.jar classes\*.class" ?
- Next by thread: Re: Is there really no wildcard adding for "jar -cvf my.jar classes\*.class" ?
- Index(es):
Relevant Pages
|