Hello,
I'm new here so sorry if my question seems very basic.
I'm working with a friend on a Java app and he pushed the code on bitbucket.
I pull the code from the repo on my computer, but the code doesn't work on my side.
It works well on his computer.
So, I suspect some class files from the repo are not recognized or compatible with my java compiler version.
Is it possible?
So, then it is mandatory that we both work with the exact same Java version, otherwise it won't work?
If it is still possible, how to do that?
Thanks,
Well, this is a very generic question, there can be many many reasons for this:
It's impossible to tell what went wrong without any actual error message. Java is very good at describing the problem, so it should give a clue of what isn't working.
Hope this helps.
Cheers,
Daniil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.