Hi,
Looks like I somewhen passed a wrong path the the gui - apparantely with a trailing space (?). Now.. I can pass a new folder per CLI argument, this works fine, loads the files and all, but each time I try to "Change Directory" from the UI I am getting:
Opening Directory Window
Exception in thread "AWT-EventQueue-0" java.nio.file.InvalidPathException: Trailing char < > at index 56: e:\Projects\....<old corrupted path I want removed> at java.base/sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:191) ... at java.desktop/sun.awt.shell.ShellFolder.getShellFolder(ShellFolder.java:262) ... at java.desktop/javax.swing.JFileChooser.setCurrentDirectory(JFileChooser.java:610) at net.sourceforge.plantuml.swing.MainWindow.displayDialogChangeDir(MainWindow.java:296)
So obviously the file extensions and the folder are cached / persisted somewhere... but WHERE? :)
This is on windows, java 18, plantuml-1.2025.2, staring with
java -DPLANTUML_LIMIT_SIZE=8192 -jar plantuml.jar -gui <folder
Thanks in advance and cheers,
L.