Hi Mark,
> I see nothing unusual with that - NetWare behaves here exactly same as
> Windows;
> OS: NetWare
> VM: 1.4.2
> SYS:\nwtest
> SYS:\nwtest
> file:/SYS:/nwtest/
> SYS:\nwtest
> java: Class org.apache.markt.NetWareTest exited successfully
The above test was called with netware-specific -envCWD which is same as a cd 
into the dir:
java -envCWD=sys:/nwtest org.apache.markt.NetWareTest %1

I did a second test with:
java -cp sys:/nwtest org.apache.markt.NetWareTest

OS: NetWare
VM: 1.4.2
SYS:
SYS:
file:/SYS:/
SYS:
java: Class org.apache.markt.NetWareTest exited successfully

java -cp d:\projects\java\nwtest org.apache.markt.NetWareTest
OS: Windows XP
VM: 1.4.2_12-b03
D:\
D:\
file:/D:/
D:\

and now we see a difference to Windows in that the the Windows drive has a 
trailing backslash while the NetWare volume doesnt have one....

Guenter.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to