I have access to a bitbucket repository and "downloaded" (whats the correct term?) it via SourceTree. Thus, I now have the code on my computer; but how should I continue?
It is a Java repository, so I copied it into Eclipse, which now gives me a load of import errors. What am I doing wrong here? Should I import all the libraries individually? Should it be executed from somewhere else (as opposed to Eclipse)?
I also assume that I shouldn't need to use git? I just work with the code, not on the code.