Hi, I'm new to Ant and when trying a simple build.xml I get a NoClassDefFoundError. The reason I get the error is because the files are being looked for with dots (".") replaced by slashes ("/"). Any idea why this might happen?

Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.

C:\>d:

D:\>cd work\year4\individual project\design assistant

D:\Work\Year4\Individual Project\Design Assistant>ant
Exception in thread "main" java.lang.NoClassDefFoundError: Files\j2sdk1/4/1_01\lib\tools/jar;C:\Ant\lib\xml-apis
/jar;C:\Ant\lib\xercesImpl/jar;C:\Ant\lib\optional/jar;C:\Ant\lib\ant/jar;C:\Ant\lib\ant/jar;
D:\Work\Year4\Individual Project\Design Assistant>


--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to