Intellij Ultimate Idea 2020.2 Stopped working on Ubuntu 18.04
Answered
I dont know what is going on, i open javafx project, i open scenebuilder and after some seconds intellij goes down, i need to change to terminal mode and kill all java processes.
This are intellij logs from last 30 mins
Please sign in to leave a comment.
Try disabling custom plugins.
Also, check if there are java_error_in_*.log files in the user profile (home) folder.
If you don't see them, add -XX:ErrorFile=/tmp/java_error_%p.log into .vmoptions (https://intellij-support.jetbrains.com/hc/articles/206544869). Make sure the specified folder has write permissions.