eramitnema@gmail.com kirjoitti:
> Hello,
>
> I have a problem related to networking. I have a problem accessing
> network shared drives from within my java classes.
Sure you do since those are not really "drives".
> I used the File object when I was developing. Everything worked fine.
> However, I have to deploy to an application server, I need to supply a
[quoted text clipped - 4 lines]
> but I was hoping there might be an easier to use wrapper already
> written.
There is nice JCIFS (http://jcifs.samba.org/) package that has SMB
protocol implementation and allows you to work with SMB shares (that
includes Windows shares too).
> I have a shared folder address as \\machine name\folder1, username and
> password.
>
> I assume this has something to do with Windows network security?
Not really. It's just part of SMB protocol.

Signature
Jani Tiainen
Lew - 25 Jul 2007 15:19 GMT
Repeating Jani's fine answer for the benefit of those in clj.help who wouldn't
have seen it due to the multipost.
> eramitnema@gmail.com kirjoitti:
>> Hello,
[quoted text clipped - 23 lines]
>
> Not really. It's just part of SMB protocol.