This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Hello, what i infer from your statement is to put WriteLog class in a package say "abc" and the abc folder in WEB-INF/classes folder and have a import statement. But still it say's---> cannot resolve symbol.
help appreciated cheers amal shah
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35248
7
posted
0
What does the import statement look like? Have you restarted the web app since putting the class file into the WEB-INF/classes/abc directory?
Originally posted by amal shah: ...of-course,class file was put into it...i.e. WEB-INF/classes/abc folder...
This implies that it should be obvious to everyone that you put the class file in that directory. Since, in your first post, you wrote "And the WriteLog class file is in WEB-INF/classes folder." it is anything but obvious. See AvoidRedHerrings to find out how you have just wasted the time of those trying to help you.
Maybe there are some other details that you haven't mentioned yet?