开发者

java program developed - which Development Kits do other people need to use the project?

开发者 https://www.devze.com 2023-03-14 11:18 出处:网络
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 pe

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开发者_JAVA百科 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)"


It will all depend on the code you wrote. Some features might not be available in older jdk releases. If the other person tries to compile and run in an older jdk you'll know for sure. You're better off that each person working on a project uses the same setup though.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号