I've a JSP file which needs the class Map
, which belongs to javax.script
(if I'm not wrong).
I've imported it, but I'm getting the following error:
The type java.util.Map$Entry cannot be resolved. It is indirectly referenced from required .class files
After doing a bit of research, I think it's because I need to have a jar file which contains it, but I don't know how can I find it (neither to which jar, nor the place to download it).
Could you explain me how to find it (as it would be useful for future cases) or provide a link?
Thank you so much