|
Importing packages from the packages within same application.
Hello,
My question is about both importing packages and EJBs. I thought that here is the right place for my problem.
There are two projects which are named "client" and "server" in my application. In project "server", there exist a session bean and a class. In project "client", I want to use both session bean class and the other class of "server". I have import classes from "server" to "client". But in "client", the classes of "server" are not found. I couldn' t understand my mistake.
I hope, I could tell my problem as well.
Can you help me about this problem.
Thanks.
Last edited by sta2003 : 02-08-2008 at 01:58 PM.
Reason: adding smt.
|