Can't get PHPStorm to start on my machine
Hello all
I just downloaded the trial version of PHPStorm IDE 1.0 on Windows XP SP3 machine. After completing the installation without any problems, I can't start the PHPStorm IDE. It always gives the error "The JVM could not be started. The main method may have thrown an exception."
I just checked my Java version - it is version 6 update 21. On my Mac, it works perfect.
How can I solve this problem?
Regards
Please sign in to leave a comment.
Well.. Does any other Java-based software work on your PC?
Eclipse is working. So is Netbeans.
Did you used .exe installer or .zip distribution?
In case of .exe we ship JRE copy within IDE. Try removing (renaming) this jre folder and restarting app.
Try start using PhpStorm.bat (instead of exe) to see exceptions in console, post here if any.
Check contents of [user_home]/.WebIDE10/system/logs - are there any further details on error in *.log files?
Hi there
I got the following error when I executed the .bat file.
I created an environment variable "JDK_HOME" that pointed to the same path as another of my environment variables "JAVA_HOME". That way I was able to get PHPStorm running by executing the .bat file. Using the normal shortcut to the .exe file still displays the same message.
Tried that, and the only difference was that I could see the splash-screen, then the same error popped up.
There was a file idea.log file in there. I am attaching it over here.
Got to tell you that this editor is growing on me, would like to test it extensively on my Windows machine. Wonderful work.
Regards
Attachment(s):
idea.log.zip
Please provide full output of "java -version" of "working" JDK executed from command line..
Did you altered contents of /bin/*.vmoptions in IDE?
Also, you may want to try EAP version of PhpStorm 2.0 - see http://confluence.jetbrains.net/display/WI/Web+IDE+EAP
Hi there
Here it is...
No, I didn't.
Will try this. Thanks. :)