miniJVM icon indicating copy to clipboard operation
miniJVM copied to clipboard

Paths components that start with a period are not resolved properly

Open I-asked opened this issue 1 year ago • 3 comments

So that when I attempt to resolve an absolute path for say /home/julia/.config, I get /home/juliaconfig instead…

Here is the exact offending line of code: https://github.com/digitalgust/miniJVM/blob/65e74a36a039413ccbf7ae169210e103afcdee8e/minijvm/java/src/main/java/org/mini/fs/FileSystemImpl.java#L69

I-asked avatar Jan 19 '24 18:01 I-asked

if a file is named ".abc" or "..abc", parsing will get incorrect results.

digitalgust avatar Jan 20 '24 19:01 digitalgust

https://github.com/orange451/LWJGUI-Mobile there is a project that's about lwjgl on minijvm

digitalgust avatar Jan 21 '24 00:01 digitalgust

https://github.com/orange451/LWJGUI-Mobile there is a project that's about lwjgl on minijvm

I have seen, but the OpenGL part is sadly very limited…

I-asked avatar Jan 21 '24 10:01 I-asked