I am new to developing Java on Mac OSX. I wanted to download the Java 7 EE SDK so I could both desktop/mobile/enterprise development with Java. The download file is .sh
(specifically java_ee_sdk-7-jdk7-macosx-x64
) which I am not familiar with. The Java 7 SE SDK is a .dmg
file which is the format I expected for the Enterprise Edition instead of the .sh
file.
- Why are the SE and EE editions different file formats? (
.sh
vs.dmg
) - How do I install the Enterprise Edition being that it is a
.sh
file?
*Note: Currently the only JRE I have installed on the Mac is the Apple version which I understand has been deprecated.