aptana - Eclipse IDE: incorrect errors after loading a JSP page in a javascript editor -


i installed aptana plugin, , made mistake of opening .jsp page in javascript source editor. generated hundreds of errors won't go away. how rid of errors?

they dumb errors "missing semicolon" on html syntax lines. i've tried reopening jsp in jsp editor, errors still won't go away.

there few steps can do...

the first, , easiest, try clean workspace. application menu, project | clean , select clean all

if didn't help, might need manually delete error markers project. go workspace location , /.metadata/.plugins/org.eclipse.core.resources/.projects/<project name>/. there should .markers file in there. delete it, restart eclipse command line -clean, clean all mentioned above.

cheers


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -