Bugs item #518509, was opened at 2002-02-16 10:45
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=438935&aid=518509&group_id=44253
Category: Other
Group: Ugly
Status: Open
Resolution: None
Priority: 7
Submitted By: Brian Stoler (brianstoler)
Assigned to: Brian Stoler (brianstoler)
Summary: "No disk in drive" errors on Windows
Initial Comment:
Sometimes, when you start DrJava on windows platforms, you get a number of error messages
saying "no disk in drive" for A: or some other weird "drives".
(The code, of course, is doing nothing to drive A:.)
I found this reference to the problem on the Web, and I think it's the same problem wer're seeing:
Applications that use a security manager on Microsoft Windows can run into a
problem in which JFileChooser asks to access a disk in drive A:. When
trying to save from an application, and after going through the security warning
dialog, a message such as the following may appear: "There is no disk in
the drive. Please insert a disk into drive A:." This problem is
being tracked in bug report 4512661, currently not on the Bug Parade web site.
Well, since we don't really need the security manager (see bug #512016), perhaps we should just
get rid of it, which will hopefully resolve the problem.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=438935&aid=518509&group_id=44253
|