|
|
@ -52,7 +52,7 @@ public class DesignUtils { |
|
|
|
public static boolean isStarted() { |
|
|
|
public static boolean isStarted() { |
|
|
|
try { |
|
|
|
try { |
|
|
|
new Socket("localhost", port); |
|
|
|
new Socket("localhost", port); |
|
|
|
/*return true;*/ |
|
|
|
return true; |
|
|
|
} catch (Exception exp) { |
|
|
|
} catch (Exception exp) { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|