Problem in importing a pckage

Hi all,

I have created a sample web application in MVC architecture.

I have kept my servlet in one package. And from there i m calling model

which is in different package. So i am importing that package in serv code. But still its showing error.

Anyone also face same problem please help.

[320 byte] By [satyashibaa] at [2007-10-3 3:32:17]
# 1
And one more thing i want to add. I am using jdk1.5. Hope import syntax of 1.5 is same with 1.4
satyashibaa at 2007-7-14 21:26:30 > top of Java-index,Java Essentials,New To Java...
# 2

> Hi all,

> I have created a sample web application in

> MVC architecture.

> have kept my servlet in one package. And from there

> i m calling model

> hich is in different package. So i am importing that

> package in serv code. But still its showing error.

So what would the error message be?

CeciNEstPasUnProgrammeura at 2007-7-14 21:26:30 > top of Java-index,Java Essentials,New To Java...
# 3
Hi I am getting class not found error.
satyashibaa at 2007-7-14 21:26:30 > top of Java-index,Java Essentials,New To Java...
# 4
Hi,It means your class is not included in the class path. Please include it in the classpathbye for nowsat
AnanSmritia at 2007-7-14 21:26:30 > top of Java-index,Java Essentials,New To Java...
# 5
Thanks Smriti. I got it now.
satyashibaa at 2007-7-14 21:26:30 > top of Java-index,Java Essentials,New To Java...