问答详情
源自:1-11 通过Hibernate API编写访问数据库的代码

是jar包缺了吗

ServiceRegistry serviceRegistry = new ServiceRegistry....时

为什么我一直只能导入import org.jboss.weld.bootstrap.api.Service;
import org.jboss.weld.bootstrap.api.ServiceRegistry;

不能导入org.hibernate.service.ServiceRegistry; org.hibernate.service.ServiceRegistryBulider;


提问者:慕粉9374544 2017-09-14 00:38

个回答

  • 喜得温词
    2017-09-14 10:43:06

    也不一定是jar包缺了,你可已查看一下项目中有没有jar包,如果有,可能是因为你没有build path,你只需要右键jar包然后选择build path的 configure buil ,d path,点开之后有个add,将jar包添加进去然后apply就行