tags: software installation problem
It may be due to the transfer of the installation package;For example, you originally installed its installation path on the C drive, and later found that the C drive has insufficient memory, and then transferred it to the F drive, and then you did not change the installation path of this software, so this error will appear.
1. Click Tools

2. A box pops up, click on something in the green box

3. There are four things inside
4. Click on each one like this, and then change the path

5. Note that for the "executable file", only the following ones need to be changed, but the other three must be changed

Then the problem is solved
For starters, this problem generally does not occur when installing vs6.0 on the computer for the first time. This problem usually occurs after the second installation changes the installation path. T...
The main reason: the JDK version used by the container does not match For example, tomcat7 does not support JDK5, which is a fundamental problem. Solution: Use the matching JDK according to the corres...
Struts.xml filexml formatturn on. window-General-Editors-File Associations find the * .xml, and then select the following MyEclipse XML Editor - default...
The template in the parent component music-list.vue calls the child component scroll Set the bottom value of the root element of the child component in a method in the methods of the parent component ...
According to the online tutorial, adding @"text/html" setting is invalid, all methods have been tried Look carefully for the reason and find that com.alamofire.serialization.response.error.d...
problem In a particular SRE upgrade because domain names, leading to a cycle of death Node server code, generated 504 (Gateway timeout) error. log on to the machine point of view, the reason being the...
Problem Description: The current computer is generally 64-bit, but when installing Visual Studio 2008 software, the installation of some 64-bit files is ignored by default, only 32-bit files are insta...
In a recent transplant project, transplanted from STM32F4 to STM32L4, there was an error at the time of transplantation DSP library: error directive #error "Define according the used Cortex core ...
vc++ encountered fatal error C1083: Cannot open precompiled header file: ‘Debug/xxoo.pch’: No such file or directory error herestdafx.cppCompile in the middle, just fine. The reason for th...
Reference is a new language feature introduced by C++. It is one of the important contents commonly used in C++. Correct and flexible use of references can make the program simple and efficient. I fou...