简体   繁体   中英

Java Netbeans libs.email.classpath not found warning

While compiling my application with Netbeans IDE I got a warning like:

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. If you're using Ant, check your build.xml file.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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