I've developed a java web application. I've installed the Java EE SDK 5 and Java SDK 6u23.
When another person wants to use this project - I mean for example in Netbeans or Eclipse - so that the person can change the code and compile the project and use it then, does the person need the same Java EE SDK and Java SDK? The same = Java SDK 6u23? Or does another Java SDK version also work? Are they downwards or upwards compatible?
I would like to know it so that I can say the person "Hey, you need at least Java EE SDK 5 and Java SDK 6u23 to get it working (or a newer version)"