Hi All,
I have imported an existing project to eclipse and there are lots of "cannot be resolved to a type" in the JSPs. The object references exists in the included file of in the global reference. How do I resolve these errors.
Some of the examples of these error are:
- Iterator cannot be resolved to a type
- ArrayList cannot be resolved to a type
- List cannot be resolved to a type
- Collection is a raw type. References to generic type Collection<E> should be parameterized.
I know the imports already exists in parent page, included page or in global reference. But some how eclipse is not able to resolve these reference.
The environment details are as follows:
Java 6
Eclipse Luna
WTP 2.5
Weblogic 10.3.6
Thank you so much in advance for your help.