开发者

problems with the build.xml

开发者 https://www.devze.com 2023-01-13 01:11 出处:网络
well, i don´t understand this problem because i defined the attribute src.dir 开发者_如何学编程and when i compiled the project,show me this message.

well, i don´t understand this problem because i defined the attribute src.dir 开发者_如何学编程and when i compiled the project,show me this message.

C:\Archivos de programa\Apache Software Foundation\Tomcat 5.5\webapps\branch_try_htmlModulo2\build.xml:71: Compile failed; see the compiler error output for details.

somebody help me please, i need to fix this error

check it, http://www.mediafire.com/imageview.php?quickkey=lppl5lbscbas4qe&thumb=4


It looks like a standard compile failure rather than anything specifically wrong with the build.xml.

Your class ProductDAO references a package (flex.messaging.io) that either does not exist or that is not available on the classpath.

Check to see whether the appropriate JAR file is included by master-classpath.

0

精彩评论

暂无评论...
验证码 换一张
取 消