java - Pop up in Eclipse does not show Application -


today installed window builder in eclipse juno & after restarting found many errors in html & jsp & observed jsp files not opening in jsp editor. tried opening in plain text editor. problem came, when in webproject right clicked add new page/servlet/jsp/html... found no application showed in screenshot

screen shot of problem

i uninstalled every plugins installed earlier facing same error

you may have run eclipse clean command. using -clean command line argument when starting eclipse can correct problems related stale plugin cache information (usually shown in log problems loading bundles). here how can add clean command:

on windows: right click on eclipse.exe -> go properties -> under target section add -clean after eclipse.exe(eclipse.exe -clean). apply , restart eclipse.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -