简体   繁体   English

如何在eclipse中的源文件夹下创建文件夹?

[英]how to create folder under source folder in eclipse?

i had created normal_folder under source_folder but it is created as package.我在 source_folder 下创建了 normal_folder 但它是作为包创建的。 once go through the picture, in that,i had created messages_folder under com/intern-bridge/resources but it is created as package.一旦浏览图片,我已经在 com/intern-bridge/resources 下创建了 messages_folder 但它是作为包创建的。

  1. why this happened?为什么会这样?
  2. how to create folder under source_folder ie under com/intern-bridge/resources?如何在 source_folder 下创建文件夹,即在 com/intern-bridge/resources 下?
  3. why i'm unable to create normal_folder under source folder?为什么我无法在源文件夹下创建 normal_folder?

The project view:项目视图:

请看project_view图片。

As @GhostCat says in your comment section you're probably just looking at the Package Explorer .正如@GhostCat 在您的评论部分所说,您可能只是在查看Package Explorer

To view the Navigation Explorer , open any file in your project, left click on the Navigate tab in eclipse, go to show in then select Navigator .要查看Navigation Explorer ,请打开项目中的任何文件,在 eclipse 中左键单击Navigate选项卡,转到show in然后选择Navigator This shoulod open the Navigator tab on the left and show your folder system.这应该打开左侧的Navigator选项卡并显示您的文件夹系统。

Hope this helps!希望这可以帮助! Let me know how it goes!让我知道事情的后续!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM