msvrtan's blog

Oracle Java 7 for faster PhpStorm on Ubuntu Linux

Since PhpStorm works much faster with Oracle version of Java and Oracle JRE is not directly supported in Ubuntu here are 3 short steps how to get it:

</p>

sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer

</p>

That's it... don't be a hero like me and try to run PhpStorm with OpenJRE, it is really slow :(

</p>