We are a group of Uni students who have to develop a java application using eclipse. We use Bitbucket, as they offer free private repositories to students (We are using GitKraken to interact with the repository).
The other students cannot use the application as there is a problem with the /Users/whatever/.p2 libraries. It still refers to my username in their project and won't change the path. What do I do in this case?
Do I go change the path somehow? Because after a lot of googling I am still confused about changing that path.
I don't want to use eclipse's, built-in (if that's the correct term), features to interact with the repository and not use GitKraken? The thing is the other students only know how to use GitKraken and I don't have time to teach them. (They aren't really interested in using the "eclipse method" and want to stick to GitKraken)
Any help would really be appreciated.