I have install j2sdk and j2ee1.3,but I can not compile my ejb file.The compiler output flow message: Cabin.java:3: cannot resolve symbol symbol : class EJBObject location: package ejb public interface Cabin extends javax.ejb.EJBObject{ ^ 1 error
Marcos Maia
Ranch Hand
Joined: Jan 06, 2001
Posts: 973
posted
0
Problably your classpath is not set properly, chek it. regards.
ansen chen
Greenhorn
Joined: Oct 18, 2001
Posts: 6
posted
0
Originally posted by Marcos Maia: Problably your classpath is not set properly, chek it. regards.
Marcos Maia,thank you.You are right,my classpath is not set.Now my ejb can work.
subject: how to deploy EJB development enviroment?