[ANNOUNCE] Apache Groovy 4.0.18 Released

2024-01-18 Thread Paul King
Dear community,

The Apache Groovy team is pleased to announce version 4.0.18 of Apache Groovy.
Apache Groovy is a multi-faceted programming language for the JVM.
Further details can be found at the https://groovy.apache.org website.

This release is a maintenance release of the GROOVY_4_0_X branch.
It is strongly encouraged that all users using prior
versions on this branch upgrade to this version.

This release includes 16 bug fixes/improvements as outlined in the changelog:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318123=12354066

Sources, convenience binaries, downloadable documentation and an SDK
bundle can be found at: https://groovy.apache.org/download.html
We recommend you verify your installation using the information on that page.

Jars are also available within the major binary repositories.

We welcome your help and feedback and in particular want
to thank everyone who contributed to this release.

For more information on how to report problems, and to get involved,
visit the project website at https://groovy.apache.org/

Best regards,

The Apache Groovy team.


Virus-free.www.avast.com

<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>


Re: Groovy on Windows 11, unable to resolve class

2024-01-18 Thread Søren Berg Glasius
I'm not at windows user myself, but seems to remember, that is most likely
because of the spaces in "C:\Program Files (x86)\Groovy\"

Den tors. 18. jan. 2024 kl. 11.47 skrev poubelle zenira <
poubelle...@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.
>


-- 

Med venlig hilsen,
Søren Berg Glasius

Hedevej 1, Gl. Rye, 8680 Ry
Mobile: +45 40 44 91 88
--- Press ESC once to quit - twice to save the changes.


Groovy on Windows 11, unable to resolve class

2024-01-18 Thread poubelle zenira
 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.