Re: java.io.IOException when ececuting the java ant target

2005-10-11 Thread Steve Loughran
Markus Innerebner wrote: When I am executing that command under windows 2003 server (in a dos console) I get following error: C:\data\nb_2_1_sup\jvi\benderIsTesting-zeus_2_1_sup\zeus\bart\lib\bc\build.xml:434: C:\data\nb_2_1_sup\jvi\benderIsTesting-zeus_2_1_sup\zeus\bart\lib\bc\build.xml:434:

RE: java.io.IOException when ececuting the java ant target

2005-10-11 Thread Kees van Dieren
Hi, I got the same error starting javac.exe. The cause was that two jars with the same contents on different locations were added (eg: jarx.jar was in c:\dir1 and c:\dir2, both on them added on the classpath). Remove entries of these duplicates from the classpath fixed it for me. Kind regards