从eclipse应用程序启动时无法访问套接字IO服务器

时间:2016-05-30 05:49:20

标签: java eclipse eclipse-plugin socket.io eclipse-rcp

我正在尝试开发一个eclipse插件。我的Socket IO服务器在java中实现如下:

DateFormat df = new SimpleDateFormat("yyyy"); 
Date yearOnReport = df.parse(startDateString);
Date threshold = df.parse("2006")
if (yearOnReport<threshold){
...\\Do some stuff
}

当我经常运行这个时,如果我运行它,因为eclipse应用程序客户端无法连接到服务器,这样可以正常运行。

0 个答案:

没有答案