How to install Java 7 EE SDK and download it as Mac OSX SH file

I'm new to developing Java on Mac OS X I want to download the Java 7 EE SDK so that I can use Java for desktop / mobile / enterprise development The download file is Sh (especially java_ee_sdk-7-jdk7-macosx-x64), I'm not familiar with it The Java 7 se SDK is a DMG file, which is the enterprise edition I expect, not SH file format

>Why are the file formats of Se and EE versions different? (. Sh vs. dmg) > how to install enterprise edition because it is SH file?

*Note: at present, the only JRE I have installed on MAC is apple version, which has been deprecated to the best of my knowledge

Solution

Run it on the command line

From the installation manual: Java platform, enterprise edition 7 SDK – installation instructions

For future reference, * The SH file is shell script You can check shebang (#!) in the first line of the file, To see which shell should be used to interpret the script For the Java EE 7 installer, shebang is #/ Bin / sh, indicating that Bourne compatible shell should be used

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>