Navigate/Search

Netbeans 6.5 RC 1 and Groovy 1.0.3 on Mac OS X 10.5.5

Installed Netbeans 6.5 RC1 and Groovy 1.0.3 and trying to use the create Groovy project wizard and nothing happens (no project is created and Netbeans gives no feedback)

You need to add executable permissions on your Groovy installation as they are lost during the unzipping process and Netbeans doesn’t notice:

cd $GROOVY_HOME/bin

chmod +x *

Then you should get something happening when you trying to create the project.

One Response to “Netbeans 6.5 RC 1 and Groovy 1.0.3 on Mac OS X 10.5.5”

  1. Sven Haiges Says:

    I think just using the tgz groovy download solves that problem for Unixes, as it preservers the rights. Worked for me right out of the box.

Leave a Reply