怎样在eclipse中的一个包中新建子包
1、首先在project explore模式下,将package presentation调为hierarchical

3、比如新建子包名称为hello,设置子包名com.coolweather.app.hello就行了,保存就ok

4、注意,com.coolweather.app包要有2个或多个子包时,才会出现上面的框架结构
1、首先在project explore模式下,将package presentation调为hierarchical
3、比如新建子包名称为hello,设置子包名com.coolweather.app.hello就行了,保存就ok
4、注意,com.coolweather.app包要有2个或多个子包时,才会出现上面的框架结构