现在已经生成了一个beans的包(文件夹形式),包里有三个类(其中一个是AddHome类),我在其它的JAVA文件import Beans.*;却提示错误.(我已经设置好了这个包的classpath了)
file does not contain class AddHome
Please remove or make sure it appears in the correct subdirectory of the classpa
th.
                AddHome addhome;(明明设置好的classpath了)