在myeclipse8.6中打开一个JSP文件时弹出: Could not open the editor: Argument not valid
解决办法:右键你的jsp页面。选择open with 再选择 MyEclipse jsp editor 就可以了。
更改默认的打开方式:
选择 window-->preferences-->General-->Editors-->File Associations -->(在右边上面的框中选择jsp)-->(然后在下面的框中选择MyEclipse jsp editor )-->点default就可以了。