eclipse installation errors solution

eclipse installation errors solution

Eclipse is an integrated development environment, such as Java, C, C ++, PHP, etc. must first install Eclipse install Jdk java or Jre

  1. First visit https://www.eclipse.org/downloads/, download and install the appropriate digit Eclipse.

  2. Click to install domestic mirror, if you have a ladder when I did.

But if you're like me unlucky encounter the following situation

  1. Do not panic, first check your java environment variable is not set correctly, test methods are as follows:

  2. Press windows + R, cmd enter a command line window to enter black java, to see if the following occurred:

  3. Then enter java -version, see if the following occurs:

  • This can be seen in my java is 12.0.2

Finally, enter javac to see if the following occurs:

If there are problems to configure your java environment variables, specific means of their own Baidu; if no problem, they can not read the log log file to identify specific issues

Direct access http://www.eclipse.org/downloads/packages/ then select the appropriate installation package (download a install exe file to install so much trouble before this method do not like)

  • If you have not loaded interface, case Download motionless visual should be off the wall, hanging like a vpn
  • After the download, unzip, first open the need to set up the work environment, you'd better specify a folder you are familiar with, after checking the little box do not bother re-checked, after click Accept.
  • So that we can solve this problem.

Guess you like

Origin www.cnblogs.com/asings/p/11300087.html