Hello All,
Have been struggling with this for past two days trying to run a vertx module using Eclipse IDE. The module builds perfectly and runs all the tests from the command prompt but when I imported the module in eclipse it throuws an eception: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
Steps Followed:
- Created an eclipe project from
pom.xml of io.vertx:vertx-maven-archetype
(-)
- Imported the project in Eclipse Java EE IDE for Web Developers. Version: Kepler Service Release 2.
Exception:
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Project - core-mod 0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ core-mod ---
[INFO] Deleting C:\core-mod\target
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.300s
[INFO] Finished at: Wed Dec 10 06:01:19 PST 2014
[INFO] Final Memory: 3M/15M
[INFO] ------------------------------------------------------------------------
Would really appreciate some guidance here.
Thanks