Java package in package?

后端 未结 4 1597
清歌不尽
清歌不尽 2020-12-09 15:39

I\'m using eclipse 3.8 indigo and I don\'t know why, when I\'m creating a new package the destination of the new package goes outside. I want to create new packages within a

4条回答
  •  Happy的楠姐
    2020-12-09 16:10

    There is no concept of package with in package. Each package is separate namespace. I think if you go to folder view instead of package view, there you may see one under another.

提交回复
热议问题