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:
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