after 2 days trying, i keep getting the same error as following:
after first, i thought it may have something do with java version. My current java version is 1.6.45. dig a little bit deeper, from the terminal i saw something different in all the files under groovy folder after unzip.
finally, i found out that my account doesn't have the adequate privilege
add myself to the wheel group. for security, it is not easy to add a user into the wheel group on Mac OSX 10.7 from command line. So I use GUI tool from apple website called Server Admin Tool.
I used this command to add myself to the wheel group
sudo dscl . append /Groups/wheel GroupMembership myusername
Some people said this command didn't work, but I tried and worked!
No comments:
Post a Comment