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:52] 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 ===== | ||
