Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

javax.ejb does not exist - Compile error

  Asked By: Jaxson    Date: Jan 11    Category: Java    Views: 1199
  

while i am compiling me remote interface using netbens 3.6 ide, an error is
shown like this
package javax.ejb does not exist
public interface Hello extends javax.ejb.EJBObject
my remote interface is
--------------------------------
package examples;
public interface Hello extends javax.ejb.EJBObject
{
public String hello() throws java.rmi.RemoteException;
}

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on javax.ejb does not exist - Compile error Or get search suggestion and latest updates.




Tagged: