IntelliJ IDEA打开项目后在Ubuntu 24.04下闪退

换Ubuntu24.04后,idea打开项目直接闪退,必现,调jvm堆无效

闪退可以在命令行找到 提示错误:

[0509/193513.227389:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /home/coder4/soft/idea-IC-233.15026.9/jbr/lib/chrome-sandbox is owned by root and has mode 4755.

ff网上搜了下,在bin/idea64.vmoptions下增加一行即可:

-Dide.browser.jcef.sandbox.enable=false

 

Leave a Reply

Your email address will not be published. Required fields are marked *