EAP 110.122 phpstorm.sh Permanently deleted user Created October 15, 2011 05:11 There are couple of problems in the phpstorm.sh file. One needs to delete (Sun) from line 74 and 75
Open phpstorm.sh in a text editor
Edit line 74
Change
echo NOTE: If you have both Oracle (Sun) JDK and OpenJDK installed
to
echo "NOTE: If you have both Oracle (Sun) JDK and OpenJDK installed"
Line 75
From
echo please validate either WEBIDE_JDK, JDK_HOME, or JAVA_HOME environment variable points to valid Oracle (Sun) JDK installation.
To
echo "please validate either WEBIDE_JDK, JDK_HOME, or JAVA_HOME environment variable points to valid Oracle (Sun) JDK installation."
That should fix the issue until they release a fixed version.
Or
Or remove the () eg. (Sun) from those 2 lines.
Fixed by quoting message, sorry for trouble.
http://youtrack.jetbrains.net/issue/WI-7940