• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Unable to get Groovy working

 
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi.
I checked : http://groovy.codehaus.org/Installing+Groovy and did the following on my system :
GROOVY_HOME=F:\Java Framewoks\groovy-1.0-jsr-05
Added %GROOVY_HOME%\bin to PATH variable
Typing groovyConsole, I got :
NoClassDefFoundError Frameworks\groovy-1/0-jsr-05
* I have no global classpath variable defined
* I use JDK5
[ June 06, 2007: Message edited by: John Todd ]
 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What happens if you just type groovy or grooovysh?
 
Gregg Bolinger
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
GROOVY_HOME=F:\Java Framewoks\groovy-1.0-jsr-05
NoClassDefFoundError Frameworks\groovy-1/0-jsr-05

Try putting Groovy in a folder structure that doesn't contain [Bill Gates is a douche bag] spaces.
 
Hussein Baghdadi
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Gregg, it works now.
 
reply
    Bookmark Topic Watch Topic
  • New Topic