Eclipse 一直提示 loading descriptor for 解决

你Eclipse左侧的Project Explorer 最右上角有一个小钮,鼠标移上去时提示"View Menu".
你点一下,在弹出的上下文菜单中选择"Customize View..." 弹出一个对话框.
你选择: Content 选项卡,在里面把没用的去掉就行了 J2EE WEB loading descriptor .



That problem occurred because "Project Explorer" performs loading of environment descriptor. So after the eclipse was loaded, choose "Windows" -> "Open Perspective" -> "Java". It will open the "Package Explorer" instead of "Project Explorer".

你可能感兴趣的:(eclipse)