猿问

用Netbean写EJB,总出找不到java.lang.NoClassDefFoundError: com/ejb/StatefulAccountRemote

其中remote不是接口么?

@Remote
public interface StatefulAccountRemote {
   void depoist(double amount)throws  Exception;

    void withdraw(double amount)throws  Exception;

    public double getBalance(String id);


Eastgod
浏览 1930回答 1
1回答

胜利女神在微笑

对外提供的接口这样写没错,,你的实现类怎么写的嘛
随时随地看视频慕课网APP

相关分类

Java
我要回答