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
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
Post a Comment