Install JDK7/JDK8 and WebStorm on Ubuntu

First get Oracle Java installed.  Do the following (copied shamelessly from here) at a terminal:php

sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
或sudo apt-get install oracle-java8-installer

Then make sure that the install was successful by running:html

java -version

Download WebStorm or PHPStorm for Ubuntu.  Move the tar file from your Downloads folder to where you want it installed.java

Extract the files and from the extracted directory runlinux

./bin/webstorm.sh

To create a launcher (lifted without remorse from here):web

Install gnome-panel with apt-get or Ubuntu software center.ubuntu

At a terminal:oracle

gnome-desktop-item-edit ~/Desktop/ --create-new

After that enter:less

Name: PhpStormphpstorm

Description: PhpStorm Launcherwebstorm

Command: Exec=/usr/local/PhpStorm-xxx.yyy/bin/phpstorm.sh

where xxx.yyy is the PhpStorm version number

相關文章
相關標籤/搜索