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.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
applications:devtools:phpstorm [2014/04/24 11:07] admin [Install Application to /opt] |
applications:devtools:phpstorm [2014/11/11 04:22] (current) admin [Oracle Java7] |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ==== Oracle Java7 ==== | ==== Oracle Java7 ==== | ||
| - | It is clearly stated that running PhpStorm requiers Oracle Java6+, not OpenJDK taht's initialy available on Linux Mint LMDE. So you're first invited to visit [[applications:java:start|Developer Tools]] | + | 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. | 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 23: | Line 34: | ||
| 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. | 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 **run the install shell script**: | + | Then **launch the application**: |
| <code> | <code> | ||
| - | sudo ./PhpStorm-*/bin/phpstorm.sh | + | > /opt/PhpStorm-*/bin/phpstorm.sh |
| </code> | </code> | ||
