groovy

Wrong install : Exception in thread "Main Thread" java.lang.NoClassDefFoundError: Files\Groovy

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.0
  • Fix Version/s: 1.5.5, 1.5.6
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    0

Description

After install of http://dist.codehaus.org/groovy/distributions/installers/windows/nsis/groovy1.0-installer.exe on default folder, the script don't work.

C:\Program Files\Groovy\bin>groovyc
Exception in thread "Main Thread" java.lang.NoClassDefFoundError: Files\Groovy

Explanation :
Line 116 of script startGroovy is
set JAVA_OPTS=%JAVA_OPTS% -Dgroovy.home=%GROOVY_HOME%
should be set JAVA_OPTS=%JAVA_OPTS% -Dgroovy.home="%GROOVY_HOME%" to work on windows whose program folder has space inside.

Issue Links

Activity

Hide
Andres Almiray added a comment -

Joachim, assigned this to you in case you'd like to do something extra to the installer before 1.1

Show
Andres Almiray added a comment - Joachim, assigned this to you in case you'd like to do something extra to the installer before 1.1
Hide
Guillaume Laforge added a comment -

Those issues are related to problems with spaces in directory names under Windows.

Show
Guillaume Laforge added a comment - Those issues are related to problems with spaces in directory names under Windows.
Hide
Paul King added a comment -

I believe these issues have been fixed with other fixes. Please reopen if you find any further issues with the 1.5.6 or newner releases.

Show
Paul King added a comment - I believe these issues have been fixed with other fixes. Please reopen if you find any further issues with the 1.5.6 or newner releases.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: