I am connecting to a repository for accessign to a code. I would like to run this code from the repository, but I read somewhere it is not possible to do that. What should I do to run a code from a repository?
you're not supposed to run it from a svn repository, you keep your code there, so in case something goes wrong, you can revert back to a former version of the code. it's also to make things easier if you work on a group project, so that everybody has immediate … Read More
> they are .. compiled as they do not show anything in the written codes what do you mean by that? > I don't know how to run it you should run it the exact same way you run any other project in eclipse. the 'M' stands for Maven, the … Read More