Solve the bug that the cursor does not follow the IDEA input method

When I used IDEA to input comments before, I found that the Chinese candidate words were not in the input position.
Now I need to write more Chinese comments. I can't stand it anymore. I have to face the solution. I
found a lot of statements on the Internet. The reason is that the jre originally used by IDEA is not friendly to Chinese,
so typing will always be at the bottom right. Now we will change its jre secretly. It is
generally best to change it to jdk1.8.0_261 jre. The official website says this is temporarily The most stable is
to the IDEA installation directory
, copy the jre of jdk to the installation directory, and
copy the tools.jar under the lib of jdk to the lib folder of the IDEA installation directory just copied jre,
and then copy the past jre Rename the folder to jre64, and change the previous jre64 to another name.
Insert picture description here
In fact, there is a small problem. The number of jdk you download is best to be the same as that of the computer. If you download 64-bit for 64-bit, then
IDEA is scanning. When creating an index, it will be stuck.
I provide the download address of 64 here
or download it on my download page.

Guess you like

Origin blog.csdn.net/qq_43416157/article/details/107803599