看着很像精通EJB上边的例子啊你忘了一开始为JNDI初始化取得系统属性了
try{
   Properties props = System.getProperties();
   Context context=new InitialContext(props);……