I've got a project to do with 2 other classmates. We used Dropbox to share the project so we can write from our houses (Isn't a very good choice, but it worked and was easier than using GitHub)
My question is now about sharing the object stream. I want to put the file of the stream in same dropbox shared directory of the code. BUT, when i initialize the file
File f = new File(PATH);
i must use the path of my computer (C:\User**Alessandro**\Dropbox) As you can see it is linked to Alessandro, and so to my computer. This clearly won't work on another PC. How can tell the compiler to just look in the same directory of the source code/.class files?