'IntelliJ IDEA does not open with idea64.exe but opens with idea.bat
I am a user of IntelliJ IDEA, and it used to work properly. Yesterday, I removed Visual Studio 2019 from my laptop, and also some program files named 'Microsoft Visual C++ 2008 Redistributable ...'. Then I installed Visual Studio Code.
Suddenly, when I double click the icon of IntelliJ IDEA, the opening screen doesn't appear at all, and nothing happens. I checked the operations going on, and there was nothing. This was the same when I clicked idea64.exe (my laptop is Windows 10, 64 bits) But when I tried idea.bat, the cmd opened with the following error, and IntelliJ opened properly.
OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release. 2020-09-30 16:40:07,217 [ 1749] WARN - pi.util.registry.RegistryValue - The registry key 'ide.cache.screen.insets' accessed, but not loaded yet 2020-09-30 16:40:07,229 [ 1761] WARN - pi.util.registry.RegistryValue - The registry key 'ide.insets.cache.timeout' accessed, but not loaded yet
What's the problem and solution to this? How can I open IntelliJ IDEA properly by only clicking the icon that leads to idea64.exe?
Solution 1:[1]
I met the same problem as what you said. I run the idea64.exe as administrator mode, it can be launched correctly. Very confuse me.
Solution 2:[2]
You have to put the agent jar file under the Jetbrains of the Program Files.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Zhiqiang Liu |
| Solution 2 | Yunnosch |
