ubuntu10.04下安装grailsx相关

I follow this link to install grails in my ubuntu.
http://www.henriksen-rom.com/william/2010/04/how-to-set-up-groovy-and-grails-in-ubuntu-10-04/
to get the useful vi command, reference this link.
http://www.pcyyjs.com/sys/Ubuntu/3652/

to set the grails_home variable, don't leave space before the "="
example: GRAILS_HOME = /url/etc/fff this is wrong
delete the space.

ubuntu10.04 install eclipse.
http://www.5dlinux.com/article/1/2008/linux_15330.html

eclipse to use grails:
http://hi.baidu.com/dianjinglong/blog/item/c7860313db1fe4d6f7039ece.html

IBM blogs on how to master grails
https://www.ibm.com/developerworks/java/library/j-grails01158/

ubantu install mysql
http://wiki.ubuntu.org.cn/MySQL%E5%AE%89%E8%A3%85%E6%8C%87%E5%8D%97

ubuntu isntall mysql workbench
http://darkranger.iteye.com/blog/771897

ubuntu 配置mysql时,无法找到mysql jdbc jar.
netbean建立的项目,jar难道不是加在lib 目录底下不生效,
我是改的,BuildConfig.groovy,把那句  runtime 'mysql:mysql-connector-java:5.1.10'
反注释掉

猜你喜欢

转载自sxk4429.iteye.com/blog/1325254
今日推荐