Saturday, April 27, 2024
25
rated 0 times [  25] [ 0]  / answers: 1 / hits: 151297  / 3 Years ago, fri, may 7, 2021, 6:45:28

I have a JetBrains PhpStorm 7.1 and I want to install it in Ubuntu 14.04 so I installed wine for windows compatibility and I run PhpStorm-7.1.exe then it was successfully installed (I guess). But when I run the installed PhpStorm it gives me an error it says




Failed to create JVM: error code -1




How can I fix this?


More From » software-installation

 Answers
2

Instructions here: https://web.archive.org/web/20161207101644/http://sysads.co.uk:80/2014/08/08/install-phpstorm-7-on-ubuntu-14-04/



Please note that PhpStorm is not FREE, this is a 30-day trial!



Install dependencies



sudo apt-get purge openjdk*
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer oracle-java8-set-default


Install PhpStorm



wget http://download-cf.jetbrains.com/webide/PhpStorm-2017.1.4.tar.gz
tar -xvf PhpStorm-2017.1.4.tar.gz
cd PhpStorm-171.4694.2/bin/
./phpstorm.sh

[#24912] Friday, May 7, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
feeous

Total Points: 102
Total Questions: 122
Total Answers: 119

Location: Netherlands
Member since Thu, Jul 1, 2021
3 Years ago
feeous questions
Sat, Jul 23, 22, 23:21, 2 Years ago
Mon, Jul 5, 21, 19:59, 3 Years ago
Mon, Aug 16, 21, 11:42, 3 Years ago
Sun, Mar 19, 23, 21:03, 1 Year ago
;