java-working environment and configuration of common software (for personal use)

Source: Internet
Author: User

JDK Configuration and Tomcat

environment variable (bold name), Advanced system settings

CLASSPATH

.; %java_home%\lib\dt.jar;%java_home%\lib\tools.jar

Java_home

C:\Program files\java\jdk1.7.0_79

Catalina_base

Directory path for Tomcat

Catalina_home

Directory path for Tomcat

Path

;%java_home%\bin;%java_home%\jre\bin;%catalina_home%\lib;%catalina_home%\bin;

check : cmd under: java-version

Git

After installing git, install Sourcetree.

1. Generate SSH Key procedure:

Check if there is already a key (can go inside to indicate that already exists, delete the folder, re-create):

    • CD ~/.ssh1.3. Generate SSH Keys:
      • $ ssh-keygen-t rsa-c "[Email protected]"
      • Press 3 to enter, the password is empty.

File storage location ~/.ssh, if it is window in the words: C:\Users\Administrator.ssh below, of course, if you are not Administrator users, you need to change to the corresponding user.

The connection in 2.sourcetree is OpenSSH

Add the generated Id_rsa file.

3. Access git, get the project address, and then add it to sourcetree, pull it, and pour it into eclipse.

java-working environment and configuration of common software (for personal use)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.