I am new to Java development on Mac OSX. I wanted to download the Java 7 EE SDK so that I could work on both desktop and mobile / corporate with Java. A .sh download file (specifically java_ee_sdk-7-jdk7-macosx-x64 ) that I am not familiar with. The Java 7 SE SDK is the .dmg file that I expected for the Enterprise version instead of the .sh file.
- Why do SE and EE files use different file formats? (
.sh vs .dmg ) - How to install Enterprise Edition in that it is a
.sh file?
* Note. Currently, the only version of JRE installed on the Mac is the version of Apple that I understand is outdated.
java java-ee-7 macos
webworm
source share