This article is a mirror article of machine translation, please click here to jump to the original article.

View: 18737|Reply: 3

[Solved] The Java environment is not found, and the jdk is clearly installed, and the environment variables are also set

[Copy link]
Posted on 11/22/2014 10:21:16 AM | | | |


---------------------------
Wrong
---------------------------
The Java runtime is not found.
---------------------------
Are you sure   
---------------------------


There are wood and masters, know what the problem is?




Previous:sql server 2005 low version cannot remotely connect to high version 2008, speechless
Next:SQL Server 2008 key, SQL Server 2008 R2 serial number key
Posted on 11/22/2014 10:26:36 AM |
The operating environment refers to JRE, which can be downloaded from the Sun homepage. If it doesn't work, you can try JDK and set the environment variables as follows: (The following content is from Baidu)
1. Open My Computer - Properties - Advanced - Environment Variables
2. Create new system variables JAVA_HOME and CLASSPATH
Variable name: JAVA_HOME
Variable value: C:\Program Files\Java\jdk1.7.0
Variable name: CLASSPATH
Variable values: .; %JAVA_HOME%\lib\dt.jar; %JAVA_HOME%\lib\tools.jar;
3. Select the environment variable named "Path" in "System Variables", double-click the variable, add the absolute path of the bin directory in the JDK installation path to the value of the Path variable, and use the semicolon in the half-width to separate the existing path.
Variable name: Path
Variable value: %JAVA_HOME%\bin; %JAVA_HOME%\jre\bin;
Posted on 11/22/2014 2:18:17 PM |
Environment variables are not done well???  How do you run the program?
 Landlord| Posted on 11/22/2014 4:14:42 PM |
microxdd posted on 2014-11-22 14:18
Environment variables are not done well???  How do you run the program?

It was my jre version of the problem that installed a new version of the problem solved!
Disclaimer:
All software, programming materials or articles published by Code Farmer Network are only for learning and research purposes; The above content shall not be used for commercial or illegal purposes, otherwise, users shall bear all consequences. The information on this site comes from the Internet, and copyright disputes have nothing to do with this site. You must completely delete the above content from your computer within 24 hours of downloading. If you like the program, please support genuine software, purchase registration, and get better genuine services. If there is any infringement, please contact us by email.

Mail To:help@itsvse.com