| Author |
EJB Compilation problem
|
muntago Richard
Ranch Hand
Joined: Nov 13, 2010
Posts: 75
|
|
when i ran Hello.java, it compile but i tried to compile Hellobean.java that were in the same directory it displays
error below
HelloBean.java:6: cannot find symbol
symbol: class Hello
public class HelloBean implements Hello {
^
1 error
Hello.java
HelloBean.java
|
 |
Dave Elwood
Ranch Hand
Joined: Dec 27, 2002
Posts: 83
|
|
I've been going nuts with the same kind of stuff.
Take away the Local and Stateless tags. Does it work then?
|
 |
 |
|
|
subject: EJB Compilation problem
|
|
|