Solve the problem that pycharm cannot be opened by double-clicking

hzc
Release: 2020-06-12 16:39:47
Original
9716 people have browsed it

Solve the problem that pycharm cannot be opened by double-clicking

Pycharm was working fine before, but suddenly it cannot be opened by double-clicking it. What should I do?

Personal test of the effective solution:

Step 1: Enter the following path, find cmd.exe, right-click and select "Run as administrator" ”;

Solve the problem that pycharm cannot be opened by double-clicking

Step 2: In the open cmd window, enter netsh winsock reset and press Enter;

Solve the problem that pycharm cannot be opened by double-clicking

Step 3: Restart the computer;

Step 4: After restarting, double-click the pycharm icon to open it!

There is another solution on the Internet:

1. Method: What you download should be the official version, and then add the .jar crack plug-in downloaded from the Internet yourself, and add the path of this plug-in to the .vmoptions file. The reason why it cannot be opened is because you modified a folder name on the pycharm path, which caused the cracking plug-in path added at the beginning to change. You only need to change it to the correct plug-in path in .vmoptions to return to normal.

2. My crack plug-in .jar path: JetbrainsCrack-2.7-release-str.jar

3. Add information to pycharm.exe.vmoptions and pycharm64.exe.vmoptions:

-javaagent:D:\software\programSoft\python\pycharmProfessionalProgrammer\PyCharm 2018.1.4\bin\JetbrainsCrack-2.7-release-str.jar
I have not tested this solution, so I don’t know if it is effective. If the first method doesn't work, you can try this one.

Recommended tutorial: "Python Tutorial"

The above is the detailed content of Solve the problem that pycharm cannot be opened by double-clicking. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!