IntelliJ IDEA 2020.1.1 无法启动

Kak*_*shi 3 intellij-idea ubuntu-18.04

我在 Ubuntu 18.04 LTS 上使用 IntelliJ IDEA 社区版本 2020.1.1,但它没有启动。我尝试从终端运行它,显示以下错误:

OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
Unrecognized option: -ide.win.frame.decoration=true
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Run Code Online (Sandbox Code Playgroud)

我添加了无法识别的选项,以删除标题栏。但是添加了这个选项并重启后,却无法启动。我认为这个选项可能位于“idea.vmoptions”文件中,但在那里找不到。是否有任何其他文件可能位于此选项?或者有什么方法可以启动 IntelliJ 忽略这个错误?

Kak*_*shi 6

所以有多个“idea.vmoptions”文件。我不得不编辑一个:

/home/user_name/.config/JetBrains/IdeaIC2020.1
Run Code Online (Sandbox Code Playgroud)

我不得不从那里删除“-ide.win.frame.decoration=true”。这解决了这个问题。