Created
September 28, 2015 19:14
-
-
Save davereid/330efb77ea1c327e24ef to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
davereid@Corsair250D ~/opt/PhpStorm-138.2001.2328/bin$ ./phpstorm.sh | |
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=350m; support was removed in 8.0 | |
Maximum number of clients reachedException in thread "main" java.lang.NoClassDefFoundError: Could not initialize class sun.awt.X11GraphicsEnvironment | |
at java.lang.Class.forName0(Native Method) | |
at java.lang.Class.forName(Class.java:264) | |
at java.awt.GraphicsEnvironment.createGE(GraphicsEnvironment.java:103) | |
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:82) | |
at javax.swing.RepaintManager.<clinit>(RepaintManager.java:233) | |
at javax.swing.JComponent.repaint(JComponent.java:4792) | |
at java.awt.Component.repaint(Component.java:3313) | |
at javax.swing.text.JTextComponent.setEditable(JTextComponent.java:1758) | |
at javax.swing.text.JTextComponent.<init>(JTextComponent.java:309) | |
at javax.swing.JEditorPane.<init>(JEditorPane.java:199) | |
at javax.swing.JTextPane.<init>(JTextPane.java:90) | |
at com.intellij.idea.Main.showMessage(Main.java:209) | |
at com.intellij.idea.Main.showMessage(Main.java:196) | |
at com.intellij.idea.Main.main(Main.java:81) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment