JFileChooser and Network Drives

First off:

Java Version: 1.6.0_01

Windows XP & Windows Vista

My application uses JFileChooser to select a file. When I try to open a mapped drive, I get a waiting cursor and then nothing. I can hit cancel, so the application doesn't freeze, but the directory listing never shows up for the mapped drive.

Also, while JFileChooser is "hanging", I can open My Computer and then navigate through the mapped drive I tried to open in JFileChooser.

Any ideas?

[494 byte] By [gers4302a] at [2007-11-27 10:58:15]
# 1

Security?

I'm not sure but maybe your app do not have sufficient privilages to open that folder. Could be something else.

ICE

icewalker2ga at 2007-7-29 12:14:26 > top of Java-index,Desktop,Core GUI APIs...
# 2

I can browse the folder fine through explorer. It's only when I use JFileChooser that it hangs accessing the drive.

gers4302a at 2007-7-29 12:14:26 > top of Java-index,Desktop,Core GUI APIs...