summarylogtreecommitdiffstats
path: root/phpstorm-eap.sh
diff options
context:
space:
mode:
authorSebastian Krebs2016-03-21 22:55:50 +0100
committerSebastian Krebs2016-03-21 22:55:50 +0100
commit511f303578db6ee18860d851e810a49fbd599c43 (patch)
tree18561ea196697628ca3599c62cba1face0ea4cf2 /phpstorm-eap.sh
parentbebacfdad7ae79de9b69cf232881463f5dbcd0cb (diff)
downloadaur-511f303578db6ee18860d851e810a49fbd599c43.tar.gz
Use system-wide installed java runtime if available
Diffstat (limited to 'phpstorm-eap.sh')
-rw-r--r--phpstorm-eap.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpstorm-eap.sh b/phpstorm-eap.sh
new file mode 100644
index 000000000000..483c7138949a
--- /dev/null
+++ b/phpstorm-eap.sh
@@ -0,0 +1,4 @@
+# use Arch JRE/JDK for phpstorm-eap
+if [ -d /usr/lib/jvm/default-runtime ]; then
+ export WEBIDE_JDK=/usr/lib/jvm/default-runtime
+fi