I have a game engine based on LWJGL, and to run it I need to place the required native libraries onto the user\'s computer. On Windows, I do so by finding the Application Da
this should work. just one thing: on linux it is preferred to keep settings in a hidden folder in user directory. So for linux, either put your folder under $HOME/.config, or start the name with the . to make it hidden.