如图,建立web项目后左边目录没有JAVA Resource
为什么我的项目中没有JAVA resource,视频里新建文件夹都是在这个目录下的。是因为我的eclipse版本不对么?能不修改版本么?
为什么我的项目中没有JAVA resource,视频里新建文件夹都是在这个目录下的。是因为我的eclipse版本不对么?能不修改版本么?
2017-01-12
我也遇见了,成功解决了。解决办法如下:
Your perspective changed from JavaEE to Java within Eclipse. I'm guessing you have it defaulted to the standard Java perspective. This will impact the way projects are displayed (including the removal of deployment descriptor stubs).
To fix, click on window within the menu bar and select 'perspective' then 'open perspective'. At this point, choose 'other' and select the JavaEE perspective. Once Eclipse switches to that perspective, you will see the deployment descriptor stubs once again.
举报