Seven years later, I will review the jdk environment configuration, and I will review the jdk later.
I think I have been working for a long time, but I haven't posted any post. I 've been chatting with other people's technologies on the Internet, so I feel very ashamed. Haha! Why? In fact, I still think that the document is too poor, so I have never dared to write a pen. Later I thought that I would like to take technical notes at work. I will simply put all the technical notes on my blog later, in this way, you can easily develop your own habit of writing notes. On the other hand, you can also share your solutions to problems. Haha, make progress together... Now, let's get started with my first technical blog!
Step 1: Download the jdk installation file from the official website of CMDL
Step 2: Install jdk and configure jdk Environment Variables
To configure environment variables, follow these steps:
1. After jdk is installed, add the following environment variables (JAVA_HOME, classpath, and path) to my computer> Properties> advanced> environment variables> system variables)
If jdk is installed in the default path C:/Program Files/Java/jdk1.7.0 _ 79, the corresponding JAVA_HOME, classpath, and path are configured according to the above default path:
JAVA_HOME = C:/Program Files/Java/jdk1.7.0 _ 79
Classpath =.; % JAVA_HOME % \ lib \ dt. jar; % JAVA_HOME % \ lib \ tools. jar; (.; must not be small, because it represents the current path)
Path = % JAVA_HOME % \ bin