Classpath, Classpath, and classpath* differences in Java projects,

Source: Internet
Author: User

Turn from: 51994268

1, SRC is not classpath, Web-inf/classes,lib is classpath,web-inf/is the resource directory, the client can not directly access.

2, web-inf/classes directory storage src directory Java file after compiling the class file, XML, properties and other resource configuration files, this is a location of the resources of the portal.

3, refer to the file under the Classpath path, simply add classpath before the file name:

<param-value>classpath:applicationContext-*.xml</param-value> <!-- 引用其子目录下的文件,如 --><param-value>classpath:context/conf/controller.xml</param-value>
    • 1
    • 2
    • 3

4, Lib and classes belong to Classpath, both of the access priority is: Lib>classes.

5, Classpath and classpath* difference:

classpath:只会到你的class路径中查找找文件;classpath*:不仅包含class路径,还包括jar文件中(class路径)进行查找。

Classpath, Classpath, and classpath* differences in Java projects,

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.