reno wrote:
>
> not4google a écrit :
>> Hi all
>>
>> I have some code which relies on a xml configuration file being
>> available. I
>> have built my JAR from ant ANT task and after looking in the JAR i can
>> see
>> that the file is there.
>&g
Hi all
I have some code which relies on a xml configuration file being available. I
have built my JAR from ant ANT task and after looking in the JAR i can see
that the file is there.
However when I try and execute the JAR on Windows from the command line e.g.
java -jar Test.jar I get an except
?
Rebhan, Gilbert wrote:
>
>
>
> -Original Message-----
> From: not4google [mailto:kapil.x.jo...@jpmorgan.com]
> Sent: Wednesday, September 30, 2009 1:41 PM
> To: user@ant.apache.org
> Subject: RE: Adding multiple external JARS using Ant
>
> /*
> Thanks for
Thanks for the info but what I needed was to add all JARS within a directory
rather than specifying each one if thats possible?
Rebhan, Gilbert wrote:
>
>
>
> -Original Message-----
> From: not4google [mailto:kapil.x.jo...@jpmorgan.com]
> Sent: Wednesday, September 30,
Hi all
I have the following target:
When I run the JAR from the command line I get ClassNotFoundExceptions and