Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » help on javax.ejb.Remote
help on javax.ejb.Remote [message #237955] Tue, 16 October 2007 13:46 Go to next message
Eclipse UserFriend
Originally posted by: sathya_k_83.yahoo.com

hi
i am developing a Ejb project(Entity bean).
when i try to import javax.ejb.Remote , it is showing error.

tell me how to prevent this.
Re: help on javax.ejb.Remote [message #237976 is a reply to message #237955] Tue, 16 October 2007 20:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wayne.beaton._NOSPAM_eclipse.org

What errors?

Wayne

K Sathya Narayanan wrote:
> hi
> i am developing a Ejb project(Entity bean).
> when i try to import javax.ejb.Remote , it is showing error.
>
> tell me how to prevent this.
>
Re: help on javax.ejb.Remote [message #237986 is a reply to message #237976] Wed, 17 October 2007 11:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sathya_k_83.yahoo.com

the error says "The import javax.ejb cannot be resolved"
Re: help on javax.ejb.Remote [message #238036 is a reply to message #237986] Wed, 17 October 2007 16:26 Go to previous messageGo to next message
Charlie Kelly is currently offline Charlie KellyFriend
Messages: 276
Registered: July 2009
Senior Member
That means that the Java compiler can't find the jar file that contains
javax.ejb (which is needed for @Remote annotation).

You need to modify the Java build path.

Charlie


K Sathya Narayanan wrote:
> the error says "The import javax.ejb cannot be resolved"
>
>
Re: help on javax.ejb.Remote [message #238284 is a reply to message #237986] Fri, 19 October 2007 15:15 Go to previous message
Eclipse UserFriend
Originally posted by: wayne.beaton._NOSPAM_eclipse.org

Are you using Web tools to develop the EJB? If so, are you developing it
in an "EJB Project"? Have you provided a target server for the
project? Does your target server support EJB?

Wayne

K Sathya Narayanan wrote:
> the error says "The import javax.ejb cannot be resolved"
>
>
Previous Topic:need eclipse source code
Next Topic:Where are run configs stored
Goto Forum:
  


Current Time: Sat Apr 27 01:45:49 GMT 2024

Powered by FUDForum. Page generated in 0.08605 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top