Groovy on Windows 11, unable to resolve class
poubelle zenira <[email protected]>
| Newsgroups | gmane.comp.lang.groovy.user |
|---|---|
| Message-ID | <CAJjEu5odnsif5aNubTKTfrrnEJY8FhjH6qpe_S3Vtz2saQ=2WQ@mail.gmail.com> |
I just installed groovy 4 on windows from the installer. When running groovysh I get: "ClassNotFoundException: org.apache.groovy.groovysh.Main" And when trying to import a groovy, i get an "unable to resolve class" error I checked the windows path, GROOVY_HOME is set to C:\Program Files (x86)\Groovy\, where groovy is installed (I leaved the default installation parameters) And I manually added %GROOVY_HOME%\bin to the path because it was not there. But it still doesn't work.