问题描述
- 使用cmd时,遇到的有关classpath的问题
-
使用CMD时,set classpath与javac -cp与java -cp有什么区别吗?如果使用set classpath,需要把jdk的class文件目录也加上吗?
解决方案
cmd 命令遇到各种问题
在CMD中使用cl.exe编译的问题
解决方案二:
-cp
-classpath
A : separated list of directories, JAR archives,
and ZIP archives to search for class files.
解决方案三:
-cp class search path of directories and zip/jar files
-classpath class search path of directories and zip/jar files
A : separated list of directories, JAR archives,
and ZIP archives to search for class files
时间: 2024-09-20 08:17:15