An Object is not a List even though a List is an Object. The method you are
trying to implement requires a return type of List, not Object.

On Fri, Jul 10, 2009 at 9:08 AM, Gaurav Naigaonkar <gnaigaon...@gmail.com>wrote:

> Hello,
>
> I get a number of similar compilation errors when I try to compile the
> Servlets that are generated by  Tomcat 6 Jsp-PreCompilation.
>
> One of them is as follows:
>
> C:\Program Files\Apache Software Foundation\Tomcat
> 6.0\webapps\mobiledoc\WEB-INF\src\org\apache\jsp\index_jsp.java:18:
> getDependants() in org.apache.jsp.index_jsp cannot implement
> getDependants()
> in org.apache.jasper.runtime.JspSourceDependent; attempting to use
> incompatible return type
>
>    [javac] found   : java.lang.Object
>
>    [javac] required: java.util.List
>
>    [javac]   public Object getDependants() {
>
>  I looked up online but couldn’t find any solution to it. Let me know if
> someone can help.
>
>
> Thanks,
> --
> Gaurav Naigaonkar
>



-- 
Elliot

Reply via email to