A PCRE internal error occured. This might be caused by a faulty plugin

====== Differences ====== This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
applications:devtools:phpstorm [2013/12/18 00:56]
admin created
applications:devtools:phpstorm [2014/11/11 04:22] (current)
admin [Oracle Java7]
Line 1: Line 1:
 ====== JetBrains PhpStorm IDE ====== ====== JetBrains PhpStorm IDE ======
-First you need to **download the tar.gz archive** from Jetbrains web site: [[http://​www.jetbrains.com/​phpstorm/​download/​|download ​it here...]]+ 
 +==== Oracle Java7 ==== 
 +It is clearly stated that running PhpStorm requires Oracle Java6+, not OpenJDK that's initially available on Linux Mint LMDE. So you're first invited to visit [[applications:​java:​start|Developer Tools]]  
 + 
 +First you need to [[http://​www.jetbrains.com/​phpstorm/​download/​|download ​the tar.gz archive]] from Jetbrains web site. 
 + 
 +Note that if you are installing **IntelliJ IDEA**, you might have to: 
 +<​code>​ 
 +> sudo apt-get update 
 +> sudo apt-get install open-jdk-7-jdk 
 +> nano $HOME/​.bashrc 
 + 
 +ADD: 
 +## IntelliJ IDEA - ensure JAVA_HOME points to JDK rather than JRE. 
 +export JAVA_HOME=/​usr/​lib/​jvm/​java-7-openjdk-amd64 
 +</​code>​
  
 ===== Install Application to /opt ===== ===== Install Application to /opt =====
Line 16: Line 31:
 </​code>​ </​code>​
  
-Then **run the install shell script**:+=== Import existing license and configuration === 
 +In case you had a previous installation of PhpStorm and would like to transfer your license and configurations,​ copy your old **/​home/<​username>/​.WebIdeXX** file to your current **/​home/<​username>/​** directory. 
 + 
 +Then **launch ​the application**:
 <​code>​ <​code>​
-sudo ./​PhpStorm-*/​bin/​phpstorm.sh+> /opt/​PhpStorm-*/​bin/​phpstorm.sh
 </​code>​ </​code>​