Compiling package
I don't know if this is the correct place to call for help - specially since I don't know if my problem falls in Tomcat domain or Java/JSP domain.
I have a fairly simple structure of classes -
classB creates instance of classA both are part of a package called as util - both the classes compile without hassle.
I am importing classB in a jsp ->jsp1
When I try to test this jsp1 - tomcat cannot find the package - util.
Actually the jsp compilation fails while importing util.*
For over a day I've been looking at it as a Tomcat problem, but now I am not sure!
Does anyone have a clue about what could be wrong?
I'll "REALLY REALLY APPRICIATE" some help!
Thanks

