myeclipse not responding while opening jsp page
While working on MyEclipse, when you try to open jsp page in default MyEclipse Visual Jsp Designer it won't respond quickly or will crash sometimes. To avoid this problem we have two solutions.. follow the steps below given.
Solution #1:
Open your MyEclipse, then go to Window menu then select Preferences
A window will display as shown below, Select General menu from the left
Select Editors from the General menu
Select File Assoiations , you will see a window at right side from the list of content-types select *.jsp file type
Select Web Page Editor as a default from the Associated editors list then click OK button.
right click on the jsp page, from the options click on Open With and select MyEclipse JSP Editor , you can open a jsp page quickly.
Reference Books:
Solution #1:
Open your MyEclipse, then go to Window menu then select Preferences
A window will display as shown below, Select General menu from the left
Select Editors from the General menu
Select File Assoiations , you will see a window at right side from the list of content-types select *.jsp file type
Select Web Page Editor as a default from the Associated editors list then click OK button.
Now you can try to open your jsp file using CTRL+SHIFT+R (Open Resource) and you can able to open a jsp page without any delay.
Solution #2:
Open a jsp page using CTRL+SHIFT+R (Open Resource) command.
Reference Books: