Share Vaadin project using git

Hi,
I’m quite new in the Vaadin framework, but I’m a seasoned developer :wink:
I’m learning Vaadin and I like it very much, but now it is coming the time of sharing code with collegues.
I don’t unstarstand how can I correctly import a project in Eclipse from any git repository (we use Bitbucket server internally).

I’m not finding any guide regarding this issue, seems like am I missing something very important somewhere.
Is Maven (which I’ve never used up to now) a pre-requisite?
Can anybody show me the way to follow?

Thanks in advance,
Sascha.

Hi,
I am not sure this is a Vaadin issue. To use git, maven is not required either.
You only need to have the proper Eclipse plug-ins installed.
Maybe some tutorial like
http://www.vogella.com/tutorials/EclipseGit/article.html
might help you out.

Cheers,
Koenraad

Hi,
thank you for your answer. I know use git everyday, I know it :slight_smile:
The very important stuff I was missing was the Java Runtime Environment version:
in order to share a project among different collegues you need to tell to Eclipse not to use the specific build path JRE version, but the Workspace default.
I was trying to share project from my mac to the pc of my collegue, we ha a slight difference in the installed java version, I did not notist it immediately.

Thank you anyway,
Cheers,
Sascha.