篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 重置intellij idea 14 - 2017.x.x评估相关的知识,希望对你有一定的参考价值。
#!/bin/bash
echo "removeing evaluation key"
rm ~/.IntelliJIdea15/config/eval/idea15.evaluation.key
echo "resetting evalsprt in options.xml"
sed -i '/evlsprt/d' ~/.IntelliJIdea15/config/options/options.xml
echo "resetting evalsprt in prefs.xml"
sed -i '/evlsprt/d' ~/.java/.userPrefs/prefs.xml
## or:
#For IntelliJ IDEA 2017.1.2 EAP on Windows 10, I had to:
#
#Go to ´~/.IntelliJIdea2017.1/config´
#Remove the folder ´eval´
#Edit file options/options.xml and remove all properties that the name begins with evlsprt, such as:
#<property name="evlsprt3.171" value="18" />
#Go to Windows Registry and under subkeys of HKCU\Software\JavaSoft\Prefs\jetbrains\idea delete keys that begin with evlsprt
以上是关于sh 重置intellij idea 14 - 2017.x.x评估的主要内容,如果未能解决你的问题,请参考以下文章