`

eclispe 的Classpath Variable问题

阅读更多
maven工程,在外边执行install以及eclipse命令之后导入eclipse,发现所有maven依赖的jar都没显示。
最后解决办法,在Classpath Variable中新建M2_REPO,如下图、

  • 大小: 85.1 KB
0
3
分享到:
评论
5 楼 zhangthe9 2013-11-22  
帖你的POM看看吧
4 楼 bingyingao 2013-11-22  
zhangthe9 写道
bingyingao 写道
zhangthe9 写道
应该是直接用m2eclipse插件
直接导入 pom.xml 去生成.classpath .project

我一直是按照这样走的,一直都ok。却突然有那么一天有那么一个项目导入后遇到了这样的问题


看你是不是类似
<pluginManagement>
<plugins>
<!--This plugin's configuration is used to store Eclipse m2e settings
only. It has no influence on the Maven build itself. -->
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<versionRange>
[3.2,)
</versionRange>
<goals>
<goal>compile</goal>
<goal>testCompile</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
</plugins>
</pluginManagement>


其中 
<artifactId>
maven-compiler-plugin
</artifactId>
<versionRange>
[3.2,)
</versionRange>

这是你的工程pom.xml的配置?在我的工程中完全没有类似如下的配置啊
<pluginManagement>
<plugins>
3 楼 zhangthe9 2013-11-21  
bingyingao 写道
zhangthe9 写道
应该是直接用m2eclipse插件
直接导入 pom.xml 去生成.classpath .project

我一直是按照这样走的,一直都ok。却突然有那么一天有那么一个项目导入后遇到了这样的问题


看你是不是类似
<pluginManagement>
<plugins>
<!--This plugin's configuration is used to store Eclipse m2e settings
only. It has no influence on the Maven build itself. -->
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<versionRange>
[3.2,)
</versionRange>
<goals>
<goal>compile</goal>
<goal>testCompile</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
</plugins>
</pluginManagement>


其中 
<artifactId>
maven-compiler-plugin
</artifactId>
<versionRange>
[3.2,)
</versionRange>
2 楼 bingyingao 2013-11-21  
zhangthe9 写道
应该是直接用m2eclipse插件
直接导入 pom.xml 去生成.classpath .project

我一直是按照这样走的,一直都ok。却突然有那么一天有那么一个项目导入后遇到了这样的问题
1 楼 zhangthe9 2013-11-20  
应该是直接用m2eclipse插件
直接导入 pom.xml 去生成.classpath .project

相关推荐

    Classpath Variable 解决办法

    3. **IDE设置**:在Eclipse、IntelliJ IDEA等集成开发环境中,Classpath设置通常在项目属性或模块配置中进行。 三、常见问题与解决办法: 1. **找不到主类**:确保主类全名(包括包名)正确,并且对应的.class文件...

    Eclipse下搭建Grails项目

    - 在Eclipse的classpath variable中设置`GRAILS_HOME`变量,指向Grails的安装目录,避免在创建或导入项目时手动添加库文件。 - 在`Windows -&gt; Preferences -&gt; Groovy`中,勾选"Disable Groovy Compiler Generating...

    eclipse plugins添加变量JUNIT_SRC

    例如,你可以学习如何处理编译问题,如何实现代码导航,以及如何与Eclipse的工作空间交互等。 总之,`JUNIT_SRC`的添加对于Eclipse中的Junit测试开发具有重要意义,而Eclipse JDT的源代码则为开发者提供了更深层次...

    eclipse+tomcat+struts+lomboz配置

    - Classpath Variable Name:自定义变量名,如TOMCAT_HOME。 - Classpath Variable:Tomcat的安装目录。 **5. 配置Classpaths** - Server Classpath:包括JDK_TOOLS,bootstrap.jar,servlet.jar和jasper-...

    eclipse配置J2EE

    - 在`Preferences | Lomboz | Server Definitions`中设置`Properties`,包括`Application Server Directory`和`Classpath Variable`。 ##### **7. 配置Tomcat服务器** - 修改`D:\JAVA\eclipse\plugins\...

    Eclipse下Junit的详细配置

    ### Eclipse 下 JUnit 的详细配置 #### 一、引言 JUnit 是一款广泛使用的 Java 单元测试框架,它能够帮助开发者确保代码的质量与稳定性。Eclipse 作为一款流行的 Java 开发工具,已经内置了对 JUnit 的支持。本文...

    Eclipse与Junit集成配置

    ### Eclipse与JUnit集成配置详解 #### 一、JUnit简介及重要性 JUnit 是一个非常流行的 Java 单元测试框架,由软件大师 Erich Gamma 和 Kent Beck 共同开发完成。JUnit 的设计目的是为了帮助开发者更好地编写高质量...

    jdk+eclipse3.0.1+tomcat5.0.16+lomboz3.0.1配置jsp和servlet开发平台.doc

    - 设置 `Address: 127.0.0.1`, `Port: 8080`, `Classpath Variable Name: TOMCAT_HOME`。 - 确保 `Classpath Variable` 指向正确的 Tomcat 安装目录。 5. **设置 Server Classpath** - 在 Eclipse 中添加 ...

    Eclipse开发Jsp配置

    - 设置`ClassPath Variable name`为之前创建的`TOMCAT`变量名。 - 确认`ClassPath`页面没有错误标记。 #### 四、创建JSP项目 1. **新建J2EE项目**: - `File &gt; New &gt; Project`,选择`Lomboz J2EE Wizards &gt; ...

    eclipse 使用技巧归总

    - 设置 `Classpath Variable` 也为该目录。 2. **解决 JBoss 配置问题**: - 如果在配置 JBoss 服务器时遇到问题,例如版本选择错误或无法运行 JSP,检查所选 JBoss 版本是否正确。 - 确保 JBoss 版本与实际安装...

    Eclipse之SWT编程

    具体操作为:在Eclipse中选择`Project -&gt; Properties -&gt; Java Build Path -&gt; Libraries -&gt; Add Variable -&gt; EclipseHome -&gt; Extend`,然后定位并选择相应目录下的`swt.jar`文件。 然而,仅仅添加`swt.jar`还不足以...

    Eclipse+Tomcat+Lomboz的配置总结

    - 设置`Classpath Variable Name`为`TOMCAT_HOME`,值为Tomcat的安装路径。 - 在“Server Classpath”中,配置相应的类路径变量,包括`bootstrap.jar`、`servlet.jar`和`jasper-runtime.jar`等。 3. **编辑Tomcat...

    使用Eclipse+Lomboz+Tomcat+Jboss搭建环境.doc

    - 设置`Application Server Dictionary`和`Classpath Variable`为Jboss的安装目录。 - `Windows -&gt; Preferences -&gt; Java -&gt; Build Path -&gt; Configure Build Path` 中的JRE库设置为JRE_LIB变量。 3. 自定义工作区...

    ubuntu eclipse

    此外,对于在Ubuntu中运行Eclipse,可能需要解决一些兼容性问题,比如字体显示不正常、缺少Java运行环境等问题。确保已安装Java Development Kit (JDK) 并设置好环境变量。使用`java -version`和`javac -version`...

    Eclipse的Junit配置[汇编].pdf

    1. 打开Eclipse的偏好设置(Window &gt; Preferences),进入Java &gt; Build Path &gt; Classpath Variables。 2. 点击New按钮,创建新变量JUNIT,将其路径设置为Eclipse安装目录下的junit.jar,例如:/eclipse/plugins/org....

    appfuse.tar.gz

    You can also define the M2_REPO classpath variable inside Eclipse. From the menu bar, select Window &gt; Preferences. Select the Java &gt; Build Path &gt; Classpath Variables page. Add a new one with a name ...

    eclipse中Junit的配置

    - **源代码附件的作用**:通过附加JUnit的源代码,可以在调试时查看JUnit内部方法的具体实现,这对理解测试失败的原因和定位问题是非常有帮助的。 - **项目构建路径的管理**:正确配置项目的构建路径不仅对于JUnit...

    Eclipse – 整合开发工具

    116 3.6.1外觀(Appearance) 117 3.6.2類別路徑變數(Classpath variables) 118 3.6.3程式碼格式製作器(Code Formatter) 119 3.6.4程式碼產生(Code generation) 121 3.6.5編譯器(Compiler) ...

    使用Eclipse进行SWT编程

    - **添加SWT库到Classpath**:首先,需要将SWT库(通常是`swt.jar`文件)加入到项目的Classpath中。该文件位于`ECLIPSE_HOME\eclipse\plugins\org.eclipse.swt.win32_版本号\ws\win32`目录下。具体步骤为: 1. 打开...

    tomcat5.0+lomboz的安装方法

    - Classpath Variable 设置为 `${classPathVariableName}/bin/bootstrap.jar`、`${classPathVariableName}/common/servlet.jar` 和 `${classPathVariableName}/common/jasper-runtime.jar`。 - Project Classpath ...

Global site tag (gtag.js) - Google Analytics