Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Webstorm desktop launcher

I'm trying to get a working desktop launcher for Webstorm (applicable to any JetBrains product, however.) I've tried using the built-in menu "Add desktop launcher" in both Xubuntu and Lubuntu with no dice.

Running ./webstorm.sh from a terminal in the application's folder works fine.

If I add the option to the .desktop file to run in terminal I get an error message:

ERROR: cannot start WebStorm. No JDK found. Please validate either WEBIDE_JDK, JDK_HOME or JAVA_HOME environment variable >points to valid JDK installation.

Press Enter to continue.

If I open a terminal and do javac -version I get a response, indicating my path is set correctly.

What gives? I am baffled as to what I'm doing wrong.

like image 664
user2305125 Avatar asked Feb 12 '26 08:02

user2305125


1 Answers

Set JAVA_HOME in your ~/.profile like this:

 export JAVA_HOME=/usr/lib/jvm/java-7-oracle/

Then restart your system (or just X-Windows using sudo /etc/init.d/gdm restart).

like image 146
rzymek Avatar answered Feb 14 '26 05:02

rzymek



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!