简体   繁体   English

Sonarlint安装在日食开普勒但未找到

[英]Sonarlint installed on eclipse Kepler but not found

I have installed SonarLint version 2.2.0 on Eclipse Kepler via Market Place. 我通过Market Place在Eclipse Kepler上安装了SonarLint 2.2.0版。 But when i go to Project-> Properties, there i am not able to find any Sonar Option. 但是当我去Project-> Properties时,我无法找到任何Sonar选项。 Also in Window -> Show View, No Sonar view option is found. 同样在窗口 - >显示视图中,找不到任何声纳视图选项。

While installing SonarLint, no error occurred. 安装SonarLint时,没有发生错误。

1.Is eclipse Kepler supports SonarLint? 1.Eclipse日食开普勒是否支持SonarLint? 2.After Installation, Any more setting to be done to make SonarLint visible? 2.安装完成后,还有什么设置可以让SonarLint可见?

Regards Gaurav 关心高拉夫

I had the same issue, and I just upgraded my java to 1.7 and now it's OK 我有同样的问题,我刚刚将我的java升级到1.7,现在没关系

apt-get install java7-sdk
update-alternative --config java and choose java7

restart eclipse 重启日食

But impossible to get issues in my eclipse project... I'm looking for 但是在我的eclipse项目中无法解决问题......我正在寻找

see http://www.sonarlint.org/eclipse/ : SonarLint is free, open source, and available in the Eclipse Marketplace. 请参阅http://www.sonarlint.org/eclipse/:SonarLint是免费的,开源的,可在Eclipse Marketplace中使用。 Note that it requires Java 8 to run. 请注意,它需要运行Java 8。

So you have to ensure that eclipse (the IDE, not your project!) is started with jdk8. 所以你必须确保eclipse(IDE,而不是你的项目!)是用jdk8启动的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM