How to import a class from default package

后端 未结 9 850
盖世英雄少女心
盖世英雄少女心 2020-11-22 11:02

Possible Duplicate: How to access java-classes in the default-package?


I am using Eclipse 3.5 and I have created a project with so

9条回答
  •  一整个雨季
    2020-11-22 11:19

    Create a new package And then move the classes of default package in new package and use those classes

提交回复
热议问题