|
|
@ -52,8 +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; |
|
|
|
return false; |
|
|
|
|
|
|
|
} catch (Exception exp) { |
|
|
|
} catch (Exception exp) { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|