简体   繁体   English

Java Netbeans libs.email.classpath未找到警告

[英]Java Netbeans libs.email.classpath not found warning

While compiling my application with Netbeans IDE I got a warning like: 使用Netbeans IDE编译应用程序时,出现类似以下警告:

Could not find file Y:\7th sem\2\checking\${libs.email.classpath} to copy.
BUILD FAILED

How to resolve it? 怎么解决呢?

check your classpath in NetBeans project and don't use spaces in file location path, Java don't like it. 检查NetBeans项目中的类路径,不要在文件位置路径中使用空格,Java则不喜欢。 If you're using Ant, check your build.xml file. 如果您使用的是Ant,请检查build.xml文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM