-
Bug
-
Resolution: Fixed
-
P3
-
1.1.4, 1.1.7, 1.2.0, 1.2.1, 1.2.2, 1.3.1, 1.3.1_03, 1.4.0, 1.4.2, 5.0
-
b55
-
x86, sparc
-
solaris_2.6, windows_nt, windows_2000
File drive;
// A:\\ is a floppy drive
drive = new File(new String("A:\\");
// if there is no floppy in drive A:\ then the OS
// brings up a dialog
drive.exists();
======================================================================
- duplicates
-
JDK-4506747 Accessing Removable drives pops up dialog box from java native code
-
- Closed
-
-
JDK-4711632 new File("a:\\").isDirectory() popups "No Disk" dialog under win2000
-
- Closed
-
-
JDK-4881631 File("A:").exists() and isDirectory() can cause a dialog box to appear (win)
-
- Closed
-
-
JDK-4219204 jre displays modal dialog box when it can't access removable drive
-
- Closed
-
-
JDK-4250702 Dialog is displayed when an empty floppy drive is accessed.
-
- Closed
-
-
JDK-4168045 File.isReady() - method to avoid media-insertion dialogs
-
- Closed
-
-
JDK-4308504 File.isDirectory() opens a 'java.exe - no medium' dialog for removeable drive (win)
-
- Closed
-
- relates to
-
JDK-6192278 1.4.2: File.getCanonicalPath() fails for removeable drive if no media is present (win)
-
- Closed
-
-
JDK-4748128 1.4 REGRESSION: JFileChooser with FileSystemView causes floppy access
-
- Closed
-