Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 187 Bytes

File metadata and controls

7 lines (4 loc) · 187 Bytes

Path 与 Classpath?

Path 和 Classpath 是操作系统的环境变量.

  • Path 定义了系统可以在哪里找到可执行文件(.exe)

  • classpath 定义了 .class 文件的位置.