vote up 0 vote down star

Using Java (1.4) is there a way in which to use Windows UNC file locations (\\servername\filestore\etc) within the classpath?

flag

1 Answer

vote up 1 vote down

Basically you just need to swap the back slashes with forward slashes:

java -classpath '//servername/filestore/etc;.' <classname>
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.