`
s_jiangwei2011
  • 浏览: 19164 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

M2Eclipse Error : Unsupported IClasspathEntry kind=4

阅读更多

“Updating Maven Project”. Unsupported IClasspathEntry kind=4

 

The good news :  we have an effective workaround. It occurs when you use the eclipse:eclipse goal using the Maven dos command. When m2e plugin encounters a "var" classpathentry, it throws the error : Unsupported IClasspathEntry kind=4

 

The solution is  :

  1. Make sure you have the latest version of m2e plugin. At least 1.1.0. The update site ishttps://repository.sonatype.org/content/repositories/forge-sites/m2e/
  2. Disable the maven nature of the related project using the menu Maven -> Disable Maven Nature
  3. Using the command line execute a mvn eclipse:clean
  4. Re-enable the maven nature using the menu Configure -> Convert to Maven Project

参考: http://happy-coding.org/updating-maven-project-unsupported-iclasspathentry-kind4/ 

 

分享到:
评论

相关推荐

    java.lang.RuntimeException: Unsupported algorithm: HmacSHA1解决方法

    java.lang.RuntimeException: Unsupported algorithm: HmacSHA1 解决方法,阿里云

    图片处理 javax.imageio.IIOException: Unsupported Image Type

    在Java编程环境中,图片处理是一项常见的任务,但有时可能会遇到“javax.imageio.IIOException: Unsupported Image Type”的错误。这个异常通常表示Java的`ImageIO`类库无法识别或支持所尝试读取或写入的图像格式。...

    flv流媒体播放器

    4. **缓冲管理**:在网络流媒体播放中,播放器会预先加载一部分数据到缓冲区,以防止网络波动导致播放中断。当网络速度恢复时,播放器会自动从缓冲区继续播放。 5. **控制功能**:播放器通常提供暂停、播放、快进、...

    解决uiautomatorviewer.bat在android8.0及以上系统报错

    解决uiautomatorviewer.bat在android8.0及以上系统报错:“E/Screenshot: Unsupported protocol: 2”

    three.js加载gltf模型

    4. **加载GLTF模型**:引入THREE.GLTFLoader,使用它的load方法加载.gltf文件。这个方法接收URL、回调函数(模型加载成功后调用)、加载进度回调和错误处理回调作为参数。 5. **模型加载后的处理**:在加载成功的回...

    Centos7安装docker compse踩过的坑及解决方法

    ReadTimeoutError: HTTPSConnectionPool(host='***', port=443): Read timed out ``` 这种情况可以通过设置pip的默认超时时间来解决: ``` sudo pip --default-timeout=200 install -U docker-compose ``` 如果...

    运行报错:Error: error:0308010C:digital envelope routines::unsupporte

    1、运行报错:Error: error:0308010C:digital envelope routines::unsupported 1、问题描述 使用VScode运行项目: PS D:\MrWu\DCode\VScode\antd4\datalake-flow-monitor-web-master> npm run start 运行报错: PS...

    js控制的Flv播放器

    4. **字幕支持**:字幕功能允许为视频添加文字解释或翻译。在JavaScript控制的FLV播放器中,这通常涉及到加载SRT或ASS等字幕文件,并同步到视频的时间轴上。 5. **事件监听**:播放器通常会触发各种事件,如`onPlay...

    下载脚本地址.zip

    ::======================================================================================================================================== if %winbuild% LSS 7600 ( %ErrLine% echo Unsupported OS ...

    自动脚本工具.zip

    ::======================================================================================================================================== if %winbuild% LSS 7600 ( %ErrLine% echo Unsupported OS ...

    ORA-12737 ZHS16GBK 解决方案 oci sqlplus

    4. **使用字符集转换**:如果不能改变服务器字符集,可以考虑在客户端使用字符集转换工具,如`sqlplus`的`SET SQLPLUS_COMPATIBILITY`命令,或者在应用程序级别进行转换。 5. **安装全功能版的Instant Client**:...

    PreparedStatementCRUD操作mysql数据库

    预编译对象 PreparedStatement的CRUD操作 crud是指在做计算处理时的增加(Create)、读取(Retrieve)、更新(Update)和删除(Delete)--六祎大王家贡献

    linux移植问题的解决

    问题1:Error: unrecognized/unsupported machine ID (r1 = 0x00000356). 问题2:Starting kernel ... Uncompressing Linux... done, booting the kernel. 就停止了 问题3:Freeing init memory: 之后就没有打印...

    arm架构,redis镜像

    arm架构,redis镜像

    oci.dll,Navacat连接Oracle数据库的时候ORA-12737

    在使用Navacat工具连接Oracle数据库时,可能会遇到“ORA-12737: Instant Client Light: unsupported server character set ZHS16GBK”的错误。这个错误信息表明Navacat在尝试建立连接时,发现Oracle服务器使用的字符...

    ddmlib-26.2.0-alpha15.jar

    最新的 ddmlib.jar ddmlib-26.2.0.jar 包,解决 (1) E/Screenshot: Unsupported protocol: 2 (2) Unexpected error while obtaining UI hierarchy java.lang.reflect.InvocationTargetException 导致的 uiautomator...

    MT006下载资源包 MCU下载

    MCU(Microcontroller Unit)是微控制器的缩写,它是一种集成化程度极高的电子元件,包含处理器、内存、输入/输出接口等组件,广泛应用于各种电子设备中。MT006是特定型号的MCU,可能是某个厂商推出的产品系列。...

    Pyinstaller反编译脚本pyinstxtractor

    反编译工具。具体使用教程可以参见:http://www.lizenghai.com/archives/898.html

    以太坊搭建,不能使用puppeth 创建初始块,报错Fatal: Failed to write genesis block: unsupported fork ordering: eip15

    新建 genesis.json在文件夹genesis中, 写入: { config: { chainId: 666, homesteadBlock: 0, eip150Block: 0, eip150Hash: 0x0000000000000000000000000000000000000000000000000000000000000000, ...

Global site tag (gtag.js) - Google Analytics