Name: sgC58550 Date: 06/26/97
In an NT environment, when JDK is installed on the server
with a network share to provide access to the JDK
from the workstations, set
CLASSPATH=\\SERVER\JAVA\lib\classes.zip
PATH=%PATH%;\\SERVER\JAVA\bin
Calling, e.g. javac test.java results in
\\SERVER\JAVA\lib\classes.zip not found
It seems the fully qualified NetBios path name is not expanded
and thus the classes file is not found.
This is undesirable, since a server installation of the JDK
is much easier to maintain.
company - German National Research Center for Information Technology , email - ###@###.###
======================================================================