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>