Not Able to launch Pycharm
Downloaded Pycharm for windows version 2022.1.3 and installed it on windows 7 . But throws JAVA_HOME error . please help. installed JRE version 8 on system and set ENV variable also but no luck
Please sign in to leave a comment.
Hi, PyCharm comes bundled with the Java runtime and doesn't require any additional installations.
Please check if you have a JAVA_HOME environment variable defined, and delete it.
How to configure environment variables in Windows: https://www.architectryan.com/2018/08/31/how-to-change-environment-variables-on-windows-10/
If it doesn't help, try starting PyCharm using [bin/pycharm.bat] file from PyCharm's installation directory. Does it work?