How do I remove my IntelliJ license in 2019.3?

后端 未结 6 1735
野趣味
野趣味 2021-01-29 22:10

I have JetBrains IntelliJ installed, how do I remove the license settings? I can find the license details in Help > Register... menu but that does not allow me t

6条回答
  •  悲&欢浪女
    2021-01-29 22:49

    For Linux to reset current 30 days expiration license, you must run code:

    rm ~/.config/JetBrains/IntelliJIdea2019.3/options/other.xml
    rm -rf ~/.config/JetBrains/IntelliJIdea2019.3/eval/*
    rm -rf .java/.userPrefs
    

提交回复
热议问题