-
Task
-
Resolution: Done
-
Major
-
1.0.0.Alpha2
-
None
From fliu:
I run forge as the following:
public static void main(final String[] args)
{ System.setProperty("jline.terminal", "jline.UnsupportedTerminal"); StartMain.main(args); }The following cuase eclipse unable to respond:
public static void main(final String[] args)
{ StartMain.main(args); }- is related to
-
JBIDE-8589 Opening the seam forge tools console goes into an infinite loop on windows
- Closed