First, install the JDK
1, according to your current environment needs, download the appropriate JDK and installation, installation steps and other Mac software installation method, I installed the JDK1.8.0_74.JDK,MAC in the default location jdk1.8:/library/java/ Javavirtualmachines/jdk1.8.0_74.jdk/contents/home
2, Configuration Java_home
Open the appropriate configuration file configuration environment
maven_home=/users/francis/documents/apache-maven-3.0.5java_home=/library/java/javavirtualmachines/jdk1.8.0_74. Jdk/contents/homepath= $MAVEN _home/bin: $PATHPAHT = $JAVA _home/bin: $PAHT export maven_homeexport java_homeexport PATH Save to exit. Immediate effect requires execution: $ source. Bash_profile (This is the file name)
Description of the configuration file under Mac:
The./etc/profile file is globally shared, and it reads this file/ETC/BASHRC (typically adding system-level environment variables in this file) to the Global (public) configuration, which will be read by the bash shell, regardless of the way it is logged. ~/.bash_profile (typically add user-level environment variables to this file)
Second, configure Tomcat:
Go to User directory, edit. BASH_PROFILECD ~/vim. Bash_profile added as follows: Export path= $PATH:/usr/local/apache-tomcat-8.0.9/bin- Set permissions for the startup.sh file chmod 755/usr/local/apache-tomcat-8.0.9/bin/*.sh-start tomcatsh startup.sh-test can be used: http://localhost : 8080-Stop tomcatsh shutdown.sh add Admin User: Vim/usr/local/apache-tomcat-7.0.55/conf/tomcat-users.xml<role rolename= " Admin-gui "/> <role rolename=" Admin-script "/> <role rolename=" Manager-gui "/> <role rolename=" Manager-script "/> <role rolename=" manager-jmx "/> <role rolename=" manager-status "/> <user username= "Admin" password= "admin" roles= "Manager-gui,manager-script,manager-jmx,manager-status,admin-script,admin-gui"/ >
Install SDK Error: This program requires DISPLAY environment variable solution: Vim ~/.bash_profile Add export display=:0 Can
Third, install and crack Myeclispe for MAC
1, first download Myeclispe2015 for Mac and Hack tool, after the download is complete open Myeclispe2015 for Mac Direct installation, after the installation is complete, do not worry about opening, in fact, opened also no kind, the same will prompt you need to register to use
2, and then will start to crack the road, in this thank those great God to provide tools to crack, say download finished myeclipse2015 Keygen.rar after decompression has the following files
If you have previously installed the JDK, you can open the Cracker.jav directly, as
Appeared this interface window, I believe everyone is already very familiar with it! The rest of the operation is just a step-by-step process.
First step: Enter any user name in the usercode column
Step two: Click SystemID ... button to automatically systemid the cost of the machine.
Step Three: Point menu Tools->rebuildkey
Fourth Step: Click the active button. Will be generated in the display area
License_key
Activation_code
Activation_key
Do not open MyEclipse activation page input at this time.
Fifth Step: Open menu Tools->replacejarfile, pop-up file selection dialog, to myeclipse installation directory
Do not open MyEclipse activation page input at this time.
Fifth Step: Open the menu tools->replacejarfile, pop Up the File selection dialog box, to myeclipse installation directory/applications/myeclipse 2015/myeclipse 2015.app/ Contents/profile folder, select the Plugins folder, output information, the file has been replaced
Sixth step: Point Menu Tools->saveproperites
OK, open the MyEclipse 2015 has been perfectly cracked,
============= If the crack success, the following will not see ======================
* Click SystemID ... button to automatically systemid the cost of the machine.
One line error may occur cannot find Jniwrapper native library (libjniwrap.so) in java.library.path:~~
No need to pay attention, click again to appear systemid.
Installation and development tools of Java development environment under Mac