I am using this version of Eclipse
Version: Mars.2 Release (4.5.2)
Build id: 20160218-0600
on Mac Sierra. I just installed MacVim and now when I try to open a JSP file in Eclipse (for example, using Shift ⇧+ Command ⌘+ R), the file opens in MacVim instead of the Eclipse editor. I went to
General -> Editors -> File Assocations
and added " *.jsp", but even after restarting Eclipse, JSP files still open in MacVim instead of the Eclipse editor.
How can I make my files .jspopen in the Eclipse editor?
source
share