Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I edit custom vm option outside of PhpStorm?

I added one line text on custom vm options and after that I can't open PhpStorm. Here is my error text:

Error opening zip file or JAR manifest missing

Where is custom vm options file location on Linux ? On Windows I found it at user folder.

like image 404
Afshn Avatar asked Sep 01 '25 10:09

Afshn


2 Answers

finally i found file location /home/username/.PhpStorm2019.3/config/phpstorm64.vmoptions just type ls -a in terminal and you can see phpstorm config folder in roor directory

like image 157
Afshn Avatar answered Sep 03 '25 00:09

Afshn


For Linux,

sudo su
find / -name *.vmoptions

Then you will find it!

like image 34
youkui lai Avatar answered Sep 02 '25 23:09

youkui lai