I am developing a game in Linux and Windows using IntelliJIdea. I always had a good experience with simultaneous development on both systems, where all project files are stored locally on a shared partition, but now I cannot configure this IDE to work with JOGL libraries on both operating systems.
Yesterday, JOGL functioned well in Linux, after which I used Windows to compile and run the project. When I returned to Linux, all the paths to jar files and sources were in Windows format and were unusable in Linux.
Is there a way to configure the IDE for simultaneous development?