首页 技术 正文
技术 2022年11月7日
0 收藏 316 点赞 637 浏览 929 个字

参照这篇博客,http://blog.csdn.net/zzq900503/article/details/42003499

下载最新的checkstyle版本后,在本地导入后一直不显示,步骤什么的也没有问题。然后去网上找解决方案,又说 什么在开始时候添加 -clean 的,因为

Important Note: If you did not use the update site to install the plug-in please make sure to restart Eclipse with the -clean option at least once. This is because Eclipse caches a lot of information about plug-ins. In case you just updated the plug-in from a previous version this information cached by Eclipse is not up to date – resulting in the plug-in failing with ClassNotFoundExceptions and other serious issues.

(来自:http://blog.sina.com.cn/s/blog_43f41746010006g9.html)

 试了不行

 继续搜,忽然看到有人说是版本不兼容问题,然后去其官网看了下:

  http://eclipse-cs.sourceforge.net/#!/releasenotes

   myeclipse 下载 checkstyle 引入后不显示问题

  最新版本的需要在jdk1.8上面运行,而自己本地是1.7的。总算找到原因了、

之后在csdn上找到了6.几的版本 下载(需要csdn 5积分)

http://download.csdn.net/download/ouchuquan/9068289

下载之后 我使用了 checkstyle 6.10 for eclipse.zip,一切ok . 中间遇到的问题 上面那篇博客 已经介绍的很清楚了。 我碰到的是 我在导入自己的 checkStyle.xml时碰到这个问题

myeclipse 下载 checkstyle 引入后不显示问题

然后看了下的我checkStyle 里面的内容(在网上拷贝的)

myeclipse 下载 checkstyle 引入后不显示问题

里面有很多的中文,不知道为何 checkStyle 不识别这些中文,把这些中文去掉 一切ok了。

相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:9,031
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,520
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,368
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,148
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:7,781
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:4,859