skywalking-java/docs/en/FAQ/Import-Project-Eclipse-Requ...

17 lines
1012 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### Problem
- Import skywalking project to Eclipse,Occur following errors:
> Software being installed: Checkstyle configuration plugin for
> M2Eclipse 1.0.0.201705301746
> (com.basistech.m2e.code.quality.checkstyle.feature.feature.group
> 1.0.0.201705301746) Missing requirement: Checkstyle configuration plugin for M2Eclipse 1.0.0.201705301746
> (com.basistech.m2e.code.quality.checkstyle.feature.feature.group
> 1.0.0.201705301746) requires 'net.sf.eclipsecs.core 5.2.0' but it could not be found
### Reason
Haven't installed Eclipse Checkstyle Plug-in
### Resolve
Download the plugin through the link:https://sourceforge.net/projects/eclipse-cs/?source=typ_redirectEclipse Checkstyle Plug-in version:8.7.0.201801131309 plugin required.
plugin notification:
The Eclipse Checkstyle plug-in integrates the Checkstyle Java code auditor into the Eclipse IDE. The plug-in provides real-time feedback to the user about
violations of rules that check for coding style and possible error prone code constructs.