Java environment variable configuration problem, console command ' Java ' can run, ' Javac ' is not an internal or external command.

Source: Internet
Author: User

The new system finds this problem every time the JDK is installed, which is uncomfortable.

JDK default step installation, all OK, environment variables to find a site copycopy, this is the problem, most of the network environment variable configuration is the system variable JAVA_HOME:JDK path, this OK,

environment variable Path:%java_home%\bin;%java_home%\jre\bin; This is a problem, there is no javac.exe in the back of the Jre\bin, the front bin is covered, resulting in the inability to execute Javac,

Followed by classpath:.; %java_home%\lib\dt.jar;%java_home%\lib\tools.jar; this one is OK,

So just change the path variable to%java_home%\bin;

Java environment variable configuration problem, console command ' Java ' can run, ' Javac ' is not an internal or external command.

Related Article

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.