The order in which the JVM looks for class files

Source: Internet
Author: User

Java virtual machine (JVM java VM) Find the Order of class files


1. If The classpath environment variableis not configured, and theJVM only looks for the class file to run under the current directory .


2. if the classpath Environmentis configured, theJVM will first be in the classpath environment variable value directory to find the class file to run.


3.at the end of the classpath environment variable value, If you add a semicolon , the JVM is classpath The class file to be specified is not found in the directory and will be looked up once in the current directory.


4.classpath The end of the environment variable value if there is no semicolon, then the JVM is classpath The class file to be specified is not found in the directory and will not be looked up in the current directory, even if it is present in the directory.


Recommendation: When configuring the classpath environment variable, do not add a semicolon at the end of the value ( No more files are found ) If you need access to the current directory you can use the ". "said.


The order in which the JVM looks for class files

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.