Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In Pycharm 2018 fix not work #17

Open
ElenkaVolodina opened this issue May 30, 2018 · 12 comments
Open

In Pycharm 2018 fix not work #17

ElenkaVolodina opened this issue May 30, 2018 · 12 comments

Comments

@ElenkaVolodina
Copy link

I installed new pycharm-2018.1.3, and LinuxJavaFixes not work.
In older versions pycharm (for example pycharm-2017.3.2) fix it works.
Ubuntu 16.04 LTS
How to solve this problem?
Thank you

@zheludkovm
Copy link
Owner

Can't reproduce this problem
just download latest pycharm community edition and enterprise edition - both versions work ok
ubuntu 16/04 LTS
what version of JVM do you use ?
also please check path to LinuxJavaFixes jars

@magistr4815
Copy link

Same problem. Added to all files these terms! But it does not work!

@mpetkevich
Copy link

Same problem.
I updated PHPStorm to 2018.2
Fix stopped working.
VirtualBox/Ubuntu 16.04 LTS
Path: -javaagent:/home/max/fix/build/LinuxJavaFixes-1.0.0-SNAPSHOT.jar, like as older version.
selection_258
selection_259

@kenenbek
Copy link

kenenbek commented Aug 9, 2018

Goland 2018.2
Ubuntu 16.04

image

The same problem — fix doesn't work.

@microinginer
Copy link

java version "1.8.0_181"
Java(TM) SE Runtime Environment (build 1.8.0_181-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.181-b13, mixed mode)

Not working

@zheludkovm
Copy link
Owner

zheludkovm commented Aug 16, 2018 via email

@mpetkevich
Copy link

mpetkevich commented Aug 22, 2018

I resolved my issue.
When i update phpstorm, i start using jetBrains toolbox. It have separate phpstorm64.vmoptions.
I try to add -javaagent:/home/max/fix/build/LinuxJavaFixes-1.0.0-SNAPSHOT.jar to /home/max/.local/share/JetBrains/Toolbox/apps/PhpStorm/ch-0/182.3911.43/bin/phpstorm64.vmoptions
but this not help me.

Then i open phpstorm settings in toolbox
image
then click on "Edit Java Virtual Machine options..."
image
And in opened file added javaagent.
image

And now fix working. I hope this helps someone.
I am very happy.

PS. Adding a line manually into /home/max/.PhpStorm2018.2/config/phpstorm64.vmoptions or /home/max/.local/share/JetBrains/Toolbox/apps/PhpStorm/ch-0/182.3911.43/bin/phpstorm64.vmoptions did not help me.
You can find all phpstorm64.vmoptions in Ubuntu via console "locate phpstorm64.vmoptions"

@CssHammer
Copy link

Works good in IntelliJ IDEA 2019 as for May 2019.
Elementary OS
Thanks a lot! 😎

@CssHammer
Copy link

How to fix Android Studio:
Create .sh file with following contents:
JAVA_TOOL_OPTIONS="-javaagent:/[path]/LinuxJavaFixes-1.0.0-SNAPSHOT.jar $JAVA_TOOL_OPTIONS" /[path]/android-studio/bin/studio.sh
And link Android Studio .desktop file`s Exec= param to it.

@benhacka
Copy link

benhacka commented Apr 4, 2020

Pycharm 2919.3.4 & Elementary OS 5.1.3 Hera - The fix doesn't work 😢

@boggis30
Copy link

Pycharm 2919.3.4 & Elementary OS 5.1.3 Hera - The fix doesn't work

@benhacka I wonder if you found a fix for Elementary OS 5.1.3 Hera?

@benhacka
Copy link

@boggis30 I have resolved all eOS's issues by moving on Manjaro (Arch-based distro) 😺

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants