Question

First my specs are an Intel i7 toshiba laptop with 8gigs of RAM running windows 8.1 with all the latest updates. When I first launch any of Jetbrains IDEs after install, it would ask me for my workspace location and then it would proceed to do nothing after than, but it stays in memory and slows down my entire system for about a minute, after that, the computer stops being slow and returns to normal but the program still does nothing (no GUI) but still remains in memory, what is going on??? Thanks in advance.

Was it helpful?

Solution 2

Replacing the jre folder within the IDE folder (pycharm,intelliJ,etc.) with one from an updated JDK install not JRE install.

ex: JDK/jre7 copy over Jetbrains/IDE/jre

fixes the issue

OTHER TIPS

It's hard giving a definite answer to your question. But it sounds to me like you have a problem with your Java. Make sure you have it installed and at the latest version.

Also, try looking for matching bugs in the JetBrains bug tracker.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top