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 (1.4) 是否可以在类路径中使用 Windows UNC 文件位置 (\\servername\filestore\etc)?
基本上你只需要用正斜杠交换反斜杠:
java -classpath '//servername/filestore/etc;.' <classname>