Paths components that start with a period are not resolved properly
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
if a file is named ".abc" or "..abc", parsing will get incorrect results.
https://github.com/orange451/LWJGUI-Mobile there is a project that's about lwjgl on minijvm
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…