idea to solve Sogou input method does not follow BUG

Turn: https://blog.csdn.net/qq_27905183/article/details/79119237

Brief bug

When you open the idea be Chinese input, you will find Pinyin input when not follow the IDEA, but in fact we have already entered, this way, the loser did not mistype do not know

bug causes

Baidu's online Great God say this is because the idea comes jre has caused problems, poor support for the idea of ​​Chinese, thus creating such a bug

Solution Summary

The first scenario
Closed first idea, then into the idea of ​​the installation directory, find jre64 this directory, rename or delete, rename the best, so that if the modification fails to re-use this
Then enter the java installation directory, copy the jre folders, here I was jre1.8.0_161, and then paste it into the idea of ​​entering the installation directory and modify the directory named jre64
Then find tool.jar jdk / lib under the java installation directory, copy and paste it into jre64 / lib our revised following
Then restart the idea to
The second option (tried and feasible)
Closed first idea, then find and delete jre64 can, because java_home idea on their own to find, as long as we set up java environment on the line, the restart idea.
Third option
Sogou input method to upgrade to version 8.6 and below, you can, because Sogou input method 8.6 version then it has fixed this bug
The fourth program
Change an input method, such as Sogou wisdom edition, will be input and so can
The fifth program
Add an environment variable. 64 additional bits is the name IDEA_JDK_64,32 IDEA_JDK, is the root of the machine jdk

Guess you like

Origin www.cnblogs.com/javalanger/p/10941453.html