installing Java6 EE?
How do开发者_StackOverflow I install Java 6 EE ? Is it like First I install Java SE6 jdk & then install java EE6 sdk. In such case, do I need to use same folder?
The installation instructions are here.
Download a Java EE 6 container - Glassfish is a good candidate. That's the Java EE 6 SDK for you. And no, you shouldn't use the same folder.
精彩评论