I am very new to stuff like that and I really can't understand the insufficient installation tutorial as a newbie. I use the IntelliJ IDEA on Windows where I like to add CodeNarc. I downloaded Groovy, Codenarc jar and the SLF4J jar. Then I added that all into the External Libraries and tried to run it via "java org.codenarc.CodeNarc" in the IntelliJ Terminal.
But it says:
Error: Could not find or load main class org.codenarc.CodeNarc
GROOVY_JAR="C:\Program Files\Groovy\groovy-2.5.3\lib\groovy-2.5.3.jar" is set in my Environment Variables.
What should I do now or is there an easier way to use it in IntelliJ?