File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes EJB and other Java EE Technologies and the fly likes EJB Compilation problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "EJB Compilation problem" Watch "EJB Compilation problem" New topic
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?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: EJB Compilation problem
 
Similar Threads
headfirst code not working
Unable to deploy a dynamic web project (in eclipse) to jboss / websphere
please help me to resolve this problem
class compile err,pls help
Hello world example using EJB 3