RFR: 8281966: Absolute path of symlink is null in JFileChooser [v2]

Alexey Ivanov aivanov at openjdk.org
Thu Aug 4 15:39:21 UTC 2022


On Wed, 3 Aug 2022 15:50:37 GMT, Tejesh R <tr at openjdk.org> wrote:

> In the single-selection case, I see the following output:
> 
> ```
> Absolute Path : null
> Absolute Path : C:\filechooser\link
> ```

Sorry about that. Upon re-testing, this scenario worked fine with your original changes.

> For link it doesn't work, I have updated only for symbolic links and not for .lnk. .lnk logic is retained as it is.

I didn't test `.lnk` files, I tested with symbolic links created using `mklink` command.

Your changes worked in single-selection case. Sorry, I must have done something wrong.

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

PR: https://git.openjdk.org/jdk/pull/9597



More information about the client-libs-dev mailing list