0

I just installed an Aptana plugin, and made the mistake of opening my .jsp page in a Javascript Source Editor. It generated hundreds of errors that now won't go away. How do I get rid of the errors?

They are dumb errors like "missing a semicolon" on HTML syntax lines. I've tried reopening the JSP in a JSP editor, but the errors still won't go away.

1 Answer 1

1

There are a few steps you can do...

The first, and the easiest, try is to clean your workspace. From the application menu, do a Project | Clean and select Clean All

If that didn't help, you might need to manually delete the error markers for that project. Go to your workspace location and get into /.metadata/.plugins/org.eclipse.core.resources/.projects/<project name>/. There should be a .markers file in there. Delete it, restart eclipse from a command line with a -clean, do a Clean All as mentioned above.

Cheers

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.