Menu

#178 Error when browsing folders

3.x
open
5
2018-02-19
2018-02-19
No

When trying to browse my folders for the jar file the application breaks when I select the Documents folder, due to a character it does not like.
So due to this I cannot continue browsing, I have to close the dialog and open it again.

Ending problen is that I cannot navigate to the JAR, I have to manually enter the path.
Error:
Exception in thread "Basic L&F File Loading Thread" java.nio.file.InvalidPathException: Malformed input or input contains unmappable characters: /media/D/Documents/Ans??gninger
at sun.nio.fs.UnixPath.encode(UnixPath.java:147)
at sun.nio.fs.UnixPath.<init>(UnixPath.java:71)
at sun.nio.fs.UnixFileSystem.getPath(UnixFileSystem.java:281)
at java.nio.file.Paths.get(Paths.java:84)
at sun.awt.shell.ShellFolder.getShellFolder(ShellFolder.java:247)
at javax.swing.filechooser.FileSystemView.getFiles(FileSystemView.java:490)
at javax.swing.plaf.basic.BasicDirectoryModel$LoadFilesThread.run0(BasicDirectoryModel.java:239)
at javax.swing.plaf.basic.BasicDirectoryModel$LoadFilesThread.run(BasicDirectoryModel.java:228)</init>

Discussion


Log in to post a comment.