Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-2260

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0
    • 1.5.5, 1.5.6
    • None
    • None

    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.

      Attachments

        Issue Links

          Activity

            People

              jbaumann Joachim Baumann
              pedro_cristian Pedro Cristian
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: