@ -52,7 +52,7 @@ public class DesignUtils {
public static boolean isStarted() {
try {
new Socket("localhost", port);
return true;
/*return true;*/
} catch (Exception exp) {
}
@ -2086,8 +2086,8 @@ public class RemoteEnv implements Env {
@Override
public void pluginServiceStart(PluginServiceCreator service) throws Exception {
public boolean pluginServiceStart(PluginServiceCreator service){
return false;