PavelT
PavelT

Reputation: 19

Intellij IDEA can't build simple class

I have Macbook with macOS (latest) running on it. I've installed the latest Intellij IDEA (2020 ultimate) and JDK 8 on it. When I try to compile a simple class it never finishes (build never completes). I've tried to uninstall and reinstall Intellij IDEA and JDK. No success. I even tried to use different JDK (14) through Intellij IDEA download menu. No success. Any thoughts, ideas, suggestions?

1

Upvotes: 0

Views: 141

Answers (2)

PavelT
PavelT

Reputation: 19

Here what I did. I've installed previous version (2019). And after that I just removed app in Application. I've left all the settings untouched. After that I've installed 2020 and it works just fine :) Thanks to everyone for giving me directions! Hope it will help anyone in the future.

Upvotes: 1

Andrey
Andrey

Reputation: 16411

Try with antivirus/firewall disabled or make sure that IDE settings directories IDE installation home, IDE executable and project files are excluded from the scan.

Upvotes: 0

Related Questions