Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在研究从命令行编译和运行 Java 程序,并且不断看到设置类路径的不同版本:-cp vs -classpath。我想认为这些是相同的,但是比我更有知识的人可以证实或反驳这一点吗?
您可以通过查看官方文档轻松找到答案。从Windows或Unix版本:
该java命令有一个-cp选项是.-classpath
java
-cp
-classpath
他们是一样的。做java -help看看所有的选项。-cp and -classpath做同样的事。
java -help
-cp and -classpath