-
Enhancement
-
Resolution: Unresolved
-
P4
-
9, 10, 11, 13, 14
-
Java version info:
JVM : OpenJDK 64-Bit Server VM
VM Version : 11.0.4-BellSoft+10
VM Vendor : BellSoft
RE Version : 11.0.4-BellSoft
OS : Windows 10 10.0, amd64
-
x86
-
windows_10
For an existing file,
java.awt.Desktop.getDesktop().browseFileDirectory(file);
throws an UnsupportedOperationException on Windows 10.
Stacktrace:
java.lang.UnsupportedOperationException: The BROWSE_FILE_DIR action is not supported on the current platform!
at java.desktop/java.awt.Desktop.checkActionSupport(Desktop.java:380)
at java.desktop/java.awt.Desktop.browseFileDirectory(Desktop.java:1000)
This is somewhat surprising, as Windows 10 is not an exotic platform that does not support file browsing (via its File Explorer).
See also comment of https://stackoverflow.com/a/51017185/942774
java.awt.Desktop.getDesktop().browseFileDirectory(file);
throws an UnsupportedOperationException on Windows 10.
Stacktrace:
java.lang.UnsupportedOperationException: The BROWSE_FILE_DIR action is not supported on the current platform!
at java.desktop/java.awt.Desktop.checkActionSupport(Desktop.java:380)
at java.desktop/java.awt.Desktop.browseFileDirectory(Desktop.java:1000)
This is somewhat surprising, as Windows 10 is not an exotic platform that does not support file browsing (via its File Explorer).
See also comment of https://stackoverflow.com/a/51017185/942774
- duplicates
-
JDK-8290996 Desktop::browseFileDirectory is not implemented on Windows 10
-
- Closed
-