error launching pycharm

while launching the PyCharm , the following information popped up

Failed to load JVM DLL C:\Program Files\JetBrains\PyCharm Community Edition 2020.2|jbr\\bin\server\jvm.dll

If you already have a 64-bit JDK installed, define a JAVA_HOME variable in Computer > System Properties > System Settings > Environment Variables.

0
6 comments

Hi, is your OS 32-bit or 64-bit? 

Also, please try running PyCharm with <IDE_HOME>/bin/pycharm64.exe and provide the console output.

1
Avatar
Permanently deleted user

i am using 32-bit

0

Hello, 

 

2018.3 is the latest version that supports 32-bit OS.  Can be downloaded here https://www.jetbrains.com/pycharm/download/other.html. 

0

У меня такая же проблема, использую 32-ю windows 7, установил 2018.2.8., все равно всплывает та же самая ошибка. 

0

It could be that PyCharm is trying to load the wrong Java runtime. More info on how to choose Java runtime: https://www.jetbrains.com/help/pycharm/switching-boot-jdk.html

Some suggestions:

- Check if you have JAVA_HOME environment variable and remove it (it could be pointing to the wrong runtime)

- Try to set PYCHARM_JDK environment variable as described in the linked article

0

Please sign in to leave a comment.