RFR: 8024419: Can not find the specified directory in the frame. [v2]

Alexey Ivanov aivanov at openjdk.org
Tue Sep 16 19:51:37 UTC 2025


On Sun, 14 Sep 2025 07:05:44 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> Test tests navigation on virtual file created on Virtual File System which is not supported in macos so restricting it for osx run.
>
> Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Instruction update

I also think it is a product bug. Why can't `JFileChooser` on macOS in Aqua L&F navigate a virtual file system?

File system on macOS is Unix-like, so `UnixFileSystemView` should work on macOS pretty well. The fact that no one has complained about it so far proves this statement.

Yet no macOS-specific customisation to `FileSystemView` is different from inability to display and navigate a virtual file system in a `JFileChooser`, it should be possible.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/27185#issuecomment-3300134914


More information about the client-libs-dev mailing list