求2016java大神五期视频解答问题

12:05 提问
跪求大神帮忙解决一个java问题
Invalid classpath publish/export dependency com.genuitec.runtime.library/com.genuitec.generic_6.0. The associated classpath container cannot be included in the published/exported module.
这个问题到底是啥意思,困扰一天了
按赞数排序
不要动eclipse.在控制台执行:mvn eclipse:eclipse,然后刷新eclipse的项目试试.再不行就在pom中的plugins节点内加:
org.apache.maven.pluginsmaven-eclipse-plugin2.9org.eclipse.jdt.core.javanature
&!-- org.eclipse.m2e.core.maven2Natureorg.springframework.ide.eclipse.core.springnature
--&org.eclipse.jdt.core.javabuilder
&!-- org.eclipse.m2e.core.maven2Builderorg.springframework.ide.eclipse.core.springbuilder
mvn eclipse:clean
mvn eclipse:eclipse
一般的eclipse的项目空间有.project和.classpath两个文件.执行eclipse:eclipse就是让maven的eclipse插件把.classpath内的jar引用地址重新更新一遍.
eclipse:clean就是删除所有eclipse项目文件在用eclipse:eclipse重建
其他相似问题2012年7月 Java大版内专家分月排行榜第三2011年11月 Java大版内专家分月排行榜第三2007年12月 Java大版内专家分月排行榜第三2007年10月 Java大版内专家分月排行榜第三
本帖子已过去太久远了,不再提供回复功能。鍙?渶涓

我要回帖

更多关于 java大神 的文章

 

随机推荐