not4google,
for me the file is not in the classpath...
2 possibilities:
1) adding it the classpath (after copying it to the lib folder)
2) adding the xml file to the jar (copying it the build/classes folder)
after that, it may work !
hope this help
supareno
Hi here are some more details:
Hi here are some more details:
As you can see I do copy the XML file to the JAR and ha
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.
However when I try and execute the JAR on Windows from the command line e.g.
java -jar T