sgs 0.9.9 在 Eclipse中调试

在Eclipse中编译sgs的项目很容易,把sgs所需要的jar包放在项目lib下就可以了,

但是要调试和在Eclipse运行就比较麻烦,

下面看设置

sgs 0.9.9 在 Eclipse中调试_第1张图片

 

sgs 0.9.9 在 Eclipse中调试_第2张图片

 debug运行

2009-5-14 9:32:41 com.sun.sgs.impl.kernel.Kernel <init>
信息: The Kernel is ready, version: 0.9.9
2009-5-14 9:32:51 com.sun.sgs.impl.service.watchdog.WatchdogServerImpl registerNode
信息: node:com.sun.sgs.impl.service.watchdog.NodeImpl[1,alive,backup:(none)]@wind registered
2009-5-14 9:32:53 thgame.GameChannels initialize
信息: thServer Game Initialized
2009-5-14 9:32:53 com.sun.sgs.impl.kernel.Kernel startApplication
信息: thServer: application is ready

你可能感兴趣的:(eclipse,jar,application)