The Artima Developer Community
Sponsored Link

Web Buzz Forum
OpenSolaris Workstation Part 3

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ed Tennant

Posts: 46
Nickname: edt
Registered: Jan, 2009

Ed Tennant is a portal administrator and Grails developer.
OpenSolaris Workstation Part 3 Posted: Feb 8, 2009 2:47 PM
Reply to this message Reply

This post originated from an RSS feed registered with Web Buzz by Ed Tennant.
Original Post: OpenSolaris Workstation Part 3
Feed Title: All the Way to the Beginning
Feed URL: http://allthewaytothebeginning.blogspot.com/feeds/posts/default
Feed Description: Beginning Groovy and Grails topics including books, training, developing with NetBeans, Grails plugins, and hosting.
Latest Web Buzz Posts
Latest Web Buzz Posts by Ed Tennant
Latest Posts From All the Way to the Beginning

Advertisement

I installed a new video card so I could set up dual monitors. It works great. I made sure to get a card with an Nvidia chip set since I knew the Nvidia driver utility was already installed in OpenSolaris 2008.11. Once I got everything configured just the way I liked, I wanted to see what real development would feel like with the new setup. I downloaded Grails 1.1 Beta 3 and extracted the download in my home directory. Then I set the GRAILS_HOME environment variable to that folder.

ed@opensolaris:~$ export GRAILS_HOME=~/grails-1.1-beta3

That is easier to type than /export/home/ed/grails-1.1-beta3. JAVA_HOME hadn’t been set so that was next.

ed@opensolaris:~$ export JAVA_HOME=/usr/java

Then I totally screwed up my PATH. I didn’t know how to reference the existing path in the new path and basically wiped out the entire path when I tried to add on GRAILS_HOME/bin. If someone can educate me I’d appreciate a comment. It was easy to figure out I did something wrong because printenv didn’t work at all when I tried to check my new path. Once I redid PATH and added ~/grails-1.1-beta3/bin I crossed my fingers and typed grails in a terminal window.

ed@opensolaris:~$ grails
Welcome to Grails 1.1-beta3 - http://grails.org/
Licensed under Apache Standard License 2.0
Grails home is set to: /export/home/ed/grails-1.1-beta3

No script name specified. Use 'grails help' for more info or 'grails interactive
' to enter interactive mode

In NetBeans 6.5 I set the Grails_Home under Tools > Options > Groovy then I began a new project and selected Groovy, Grails Application. Now everything really is groovy!

Read: OpenSolaris Workstation Part 3

Topic: Google Earth 5.0 with Ocean Previous Topic   Next Topic Topic: Grab Free Acronis True Image 10 Personal Edition - Disk Cloning Software

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use