Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PhpStorm is not starting up

Tags:

phpstorm

I just downloaded PhpStorm 5 on my quite fresh ubuntu. During the first start I installed a couple of plug-ins. Now - after the installation of those plug-ins - PhpStorm is not starting up anymore. No splash screen is showing up. No error gets written on the terminal:

gue@ubuntu:~$ phpstorm
Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)
gue@ubuntu:~$ 

What shall I do with that drunken sailor? I can't find any logfiles, no configuration file/directory in my home directory.

Since I'm used to Eclipse I've no clue where to look for a trace in this IntelliJ derivate...

like image 271
gue Avatar asked Feb 02 '13 14:02

gue


People also ask

How do I start PhpStorm?

To run PhpStorm, find it in the Windows Start menu or use the desktop shortcut. You can also run the launcher batch script or executable in the installation directory under bin. Run the PhpStorm app from the Applications directory, Launchpad, or Spotlight.

How reset all settings PhpStorm?

From the main menu, select File | Manage IDE Settings | Restore Default Settings. Alternatively, press Shift twice and type Restore default settings . Click Restore and Restart. The IDE will be restarted with the default configuration.

Does PhpStorm need Java?

As a Java application, PhpStorm requires a Java runtime environment (JRE). By default, PhpStorm uses JetBrains Runtime (a fork of OpenJDK), which is included with the IDE.


1 Answers

If you're on Windows deleting the following directory helped me:

C:\Users\<user>\AppData\Roaming\JetBrains\
like image 114
Mehrdad Dehghani Avatar answered Oct 03 '22 11:10

Mehrdad Dehghani