I’m using intellij Idea, and new to linux So for example, I have a project directory structure below Now, if I want to access hello.txt in MyCodes.java with relative path, I need to use “src/hello.txt”, where the “home” directory is the ProjectFolder. However, if I copy my files in src(without src folder) into linux, it would fail to run. Is