关于java classpath 问题

图片说明

如图  在使用Spring框架时

ApplicationContext ac = new ClassPathXmlApplicationContext("applicationContext.xml");
ClassPathXmlApplicationContext 表示是从类路径下加载applicationContext.xml配置文件
搞不清楚这里的类路径是指哪里?(在环境变量中配置的 class path 变量和 这个类路径有什么联系吗?)
applicationContext.xml文件在硬盘的路径是 D:\JAVA/workplace/Spring/src/applicationContext.xml  这是类路径吗?

那在环境变量中配置的classpath  Java_Home  Path 又是做什么的呢?  这里的classpath指的不是类路径吗? 

这里应该是指项目根目录

编译过后class里面的路径

这是项目的根目录,跟环境变量没有关系