<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Setting Up Development Environment For Grails on Windows Vista/XP</title>
	<atom:link href="http://beans.seartipy.com/2008/06/15/setting-up-development-environment-for-grails-on-windows-vistaxp/feed/" rel="self" type="application/rss+xml" />
	<link>http://beans.seartipy.com/2008/06/15/setting-up-development-environment-for-grails-on-windows-vistaxp/</link>
	<description>"The time has come...to talk of many [technologies]." --Lewis Carroll('The Walrus and the Carpenter')</description>
	<lastBuildDate>Wed, 10 Mar 2010 09:05:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Building Blocks &#187; Errors when setting up grails</title>
		<link>http://beans.seartipy.com/2008/06/15/setting-up-development-environment-for-grails-on-windows-vistaxp/comment-page-1/#comment-137567</link>
		<dc:creator>Building Blocks &#187; Errors when setting up grails</dc:creator>
		<pubDate>Sat, 04 Apr 2009 10:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2008/06/15/setting-up-development-environment-for-grails-on-windows-vistaxp/#comment-137567</guid>
		<description>[...] To solve that I downloaded and installed Groovy, after reading this old blog post. [...]</description>
		<content:encoded><![CDATA[<p>[...] To solve that I downloaded and installed Groovy, after reading this old blog post. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tabrez</title>
		<link>http://beans.seartipy.com/2008/06/15/setting-up-development-environment-for-grails-on-windows-vistaxp/comment-page-1/#comment-137220</link>
		<dc:creator>tabrez</dc:creator>
		<pubDate>Fri, 08 Aug 2008 03:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2008/06/15/setting-up-development-environment-for-grails-on-windows-vistaxp/#comment-137220</guid>
		<description>Glad that it worked out for you rehman :)</description>
		<content:encoded><![CDATA[<p>Glad that it worked out for you rehman :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rehman</title>
		<link>http://beans.seartipy.com/2008/06/15/setting-up-development-environment-for-grails-on-windows-vistaxp/comment-page-1/#comment-137219</link>
		<dc:creator>rehman</dc:creator>
		<pubDate>Thu, 07 Aug 2008 22:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2008/06/15/setting-up-development-environment-for-grails-on-windows-vistaxp/#comment-137219</guid>
		<description>I ve solved the problem...


Actuallz windows installer made a dir with name &quot;grails&quot; inside my grails installation folder
for example
C:\Grails\grails
and i had declared GRAILS_HOME =C:\Grails
now i have changed it GRAILS_HOME=C:\Grails\grails
then typed command like grails -v
and everything worked fine</description>
		<content:encoded><![CDATA[<p>I ve solved the problem&#8230;</p>
<p>Actuallz windows installer made a dir with name &#8220;grails&#8221; inside my grails installation folder<br />
for example<br />
C:\Grails\grails<br />
and i had declared GRAILS_HOME =C:\Grails<br />
now i have changed it GRAILS_HOME=C:\Grails\grails<br />
then typed command like grails -v<br />
and everything worked fine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rehman</title>
		<link>http://beans.seartipy.com/2008/06/15/setting-up-development-environment-for-grails-on-windows-vistaxp/comment-page-1/#comment-137216</link>
		<dc:creator>rehman</dc:creator>
		<pubDate>Thu, 07 Aug 2008 02:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2008/06/15/setting-up-development-environment-for-grails-on-windows-vistaxp/#comment-137216</guid>
		<description>More over, when i try to access bin folder in grail subdirectoy like c:\Grails\grails\bin&gt;grails -v
then i get such exception

07.08.2008  03:32              src
               5 File(s)         16.833 bytes
              11 Dir(s)   3.895.259.136 bytes free

C:\Grails\grails&gt;grails -v
&#039;grails&#039; is not recognized as an internal or external command,
operable program or batch file.

C:\Grails\grails&gt;cd bin

C:\Grails\grails\bin&gt;grails -v
Exception in thread &quot;main&quot; java.lang.NoClassDefFoundError: org/codehaus/groovy/g
rails/cli/support/GrailsStarter
Caused by: java.lang.ClassNotFoundException: org.codehaus.groovy.grails.cli.supp
ort.GrailsStarter
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
Could not find the main class: org.codehaus.groovy.grails.cli.support.GrailsStar
ter.  Program will exit.
C:\Grails\grails\bin&gt;

so i dont know what is going on</description>
		<content:encoded><![CDATA[<p>More over, when i try to access bin folder in grail subdirectoy like c:\Grails\grails\bin&gt;grails -v<br />
then i get such exception</p>
<p>07.08.2008  03:32              src<br />
               5 File(s)         16.833 bytes<br />
              11 Dir(s)   3.895.259.136 bytes free</p>
<p>C:\Grails\grails&gt;grails -v<br />
&#8216;grails&#8217; is not recognized as an internal or external command,<br />
operable program or batch file.</p>
<p>C:\Grails\grails&gt;cd bin</p>
<p>C:\Grails\grails\bin&gt;grails -v<br />
Exception in thread &#8220;main&#8221; java.lang.NoClassDefFoundError: org/codehaus/groovy/g<br />
rails/cli/support/GrailsStarter<br />
Caused by: java.lang.ClassNotFoundException: org.codehaus.groovy.grails.cli.supp<br />
ort.GrailsStarter<br />
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)<br />
        at java.security.AccessController.doPrivileged(Native Method)<br />
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)<br />
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)<br />
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)<br />
        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)<br />
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)<br />
Could not find the main class: org.codehaus.groovy.grails.cli.support.GrailsStar<br />
ter.  Program will exit.<br />
C:\Grails\grails\bin&gt;</p>
<p>so i dont know what is going on</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rehman</title>
		<link>http://beans.seartipy.com/2008/06/15/setting-up-development-environment-for-grails-on-windows-vistaxp/comment-page-1/#comment-137215</link>
		<dc:creator>rehman</dc:creator>
		<pubDate>Thu, 07 Aug 2008 01:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2008/06/15/setting-up-development-environment-for-grails-on-windows-vistaxp/#comment-137215</guid>
		<description>[quote comment=&quot;137166&quot;][...] couple of my previous posts, I have explained how to install Grails and required packages to get a Grails development environment on the Windows platform. Continuing the Grails series, the current post explains how to set up a development environment [...][/quote]
[quote comment=&quot;137166&quot;][...] couple of my previous posts, I have explained how to install Grails and required packages to get a Grails development environment on the Windows platform. Continuing the Grails series, the current post explains how to set up a development environment [...][/quote]

hi,

i have tried many times to install grails and groovy but at command prompt , the command grails is not reocgnized here is my path details
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Babar Rehman&gt;groovy -v
Groovy Version: 1.5.6 JVM: 11.0-b12

C:\Documents and Settings\Babar Rehman&gt;grails -v
&#039;grails&#039; is not recognized as an internal or external command,
operable program or batch file.

C:\Documents and Settings\Babar Rehman&gt;set
ALLUSERSPROFILE=C:\Documents and Settings\All Users
APPDATA=C:\Documents and Settings\Babar Rehman\Application Data
CLASSPATH=.;C:\Program Files\Java\jre1.6.0_03\lib\ext\QTJava.zip
CLIENTNAME=Console
CommonProgramFiles=C:\Program Files\Common Files
COMPUTERNAME=COMPAQ
ComSpec=C:\WINDOWS\system32\cmd.exe
DISPLAY=:0.0
FP_NO_HOST_CHECK=NO
GRAILS_HOME=C:\Grails
GROOVY_HOME=C:\Groovy
HOME=C:\Documents and Settings\Babar Rehman
HOMEDRIVE=C:
HOMEPATH=\Documents and Settings\Babar Rehman
JAVA_HOME=C:\Program Files\Java\jdk1.6.0_10
LOGONSERVER=\\COMPAQ
NUMBER_OF_PROCESSORS=1
OS=Windows_NT
PATH=C:\Program Files\Java\jdk1.6.0_10\bin;C:\Groovy\bin;C:\Grails\bin;
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.groovy;.gy;.groovy;.gy
;.groovy;.gy
PCTYPE=PRESARIO
PGLOCALEDIR=C:\Program Files\PostgreSQL\8.3\share\locale
PLATFORM=MCD
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 15 Model 44 Stepping 2, AuthenticAMD
PROCESSOR_LEVEL=15
PROCESSOR_REVISION=2c02
ProgramFiles=C:\Program Files
PROMPT=$P$G
QTJAVA=C:\Program Files\Java\jre1.6.0_03\lib\ext\QTJava.zip
ROOTDIR=C:\PROGRA~1\RATIONAL\RATION~1\NUTCROOT
SESSIONNAME=Console
SHELL=C:\PROGRA~1\RATIONAL\RATION~1\NUTCROOT\mksnt\sh.exe
SonicCentral=C:\Program Files\Common Files\Sonic Shared\Sonic Central\
SystemDrive=C:
SystemRoot=C:\WINDOWS
TEMP=C:\DOCUME~1\BABARR~1\LOCALS~1\Temp
TMP=C:\DOCUME~1\BABARR~1\LOCALS~1\Temp
TMPDIR=C:\DOCUME~1\BABARR~1\LOCALS~1\Temp
tvdumpflags=8
USERDOMAIN=COMPAQ
USERNAME=Babar Rehman
USERPROFILE=C:\Documents and Settings\Babar Rehman
windir=C:\WINDOWS

so could you please figure the problem out....
thanks in advance</description>
		<content:encoded><![CDATA[<p>Setting Up Development Environment For Grails on GNU/Linux on July 10, 2008 at 2:34 pm said:</p>
<blockquote cite="http://beans.seartipy.com/2008/06/15/setting-up-development-environment-for-grails-on-windows-vistaxp/#comment-137166"><p>
[...] couple of my previous posts, I have explained how to install Grails and required packages to get a Grails development environment on the Windows platform. Continuing the Grails series, the current post explains how to set up a development environment [...]</p>
</blockquote>
<p>Setting Up Development Environment For Grails on GNU/Linux on July 10, 2008 at 2:34 pm said:</p>
<blockquote cite="http://beans.seartipy.com/2008/06/15/setting-up-development-environment-for-grails-on-windows-vistaxp/#comment-137166"><p>
[...] couple of my previous posts, I have explained how to install Grails and required packages to get a Grails development environment on the Windows platform. Continuing the Grails series, the current post explains how to set up a development environment [...]</p>
</blockquote>
<p>hi,</p>
<p>i have tried many times to install grails and groovy but at command prompt , the command grails is not reocgnized here is my path details<br />
Microsoft Windows XP [Version 5.1.2600]<br />
(C) Copyright 1985-2001 Microsoft Corp.</p>
<p>C:\Documents and Settings\Babar Rehman&gt;groovy -v<br />
Groovy Version: 1.5.6 JVM: 11.0-b12</p>
<p>C:\Documents and Settings\Babar Rehman&gt;grails -v<br />
&#8216;grails&#8217; is not recognized as an internal or external command,<br />
operable program or batch file.</p>
<p>C:\Documents and Settings\Babar Rehman&gt;set<br />
ALLUSERSPROFILE=C:\Documents and Settings\All Users<br />
APPDATA=C:\Documents and Settings\Babar Rehman\Application Data<br />
CLASSPATH=.;C:\Program Files\Java\jre1.6.0_03\lib\ext\QTJava.zip<br />
CLIENTNAME=Console<br />
CommonProgramFiles=C:\Program Files\Common Files<br />
COMPUTERNAME=COMPAQ<br />
ComSpec=C:\WINDOWS\system32\cmd.exe<br />
DISPLAY=:0.0<br />
FP_NO_HOST_CHECK=NO<br />
GRAILS_HOME=C:\Grails<br />
GROOVY_HOME=C:\Groovy<br />
HOME=C:\Documents and Settings\Babar Rehman<br />
HOMEDRIVE=C:<br />
HOMEPATH=\Documents and Settings\Babar Rehman<br />
JAVA_HOME=C:\Program Files\Java\jdk1.6.0_10<br />
LOGONSERVER=\\COMPAQ<br />
NUMBER_OF_PROCESSORS=1<br />
OS=Windows_NT<br />
PATH=C:\Program Files\Java\jdk1.6.0_10\bin;C:\Groovy\bin;C:\Grails\bin;<br />
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.groovy;.gy;.groovy;.gy<br />
;.groovy;.gy<br />
PCTYPE=PRESARIO<br />
PGLOCALEDIR=C:\Program Files\PostgreSQL\8.3\share\locale<br />
PLATFORM=MCD<br />
PROCESSOR_ARCHITECTURE=x86<br />
PROCESSOR_IDENTIFIER=x86 Family 15 Model 44 Stepping 2, AuthenticAMD<br />
PROCESSOR_LEVEL=15<br />
PROCESSOR_REVISION=2c02<br />
ProgramFiles=C:\Program Files<br />
PROMPT=$P$G<br />
QTJAVA=C:\Program Files\Java\jre1.6.0_03\lib\ext\QTJava.zip<br />
ROOTDIR=C:\PROGRA~1\RATIONAL\RATION~1\NUTCROOT<br />
SESSIONNAME=Console<br />
SHELL=C:\PROGRA~1\RATIONAL\RATION~1\NUTCROOT\mksnt\sh.exe<br />
SonicCentral=C:\Program Files\Common Files\Sonic Shared\Sonic Central\<br />
SystemDrive=C:<br />
SystemRoot=C:\WINDOWS<br />
TEMP=C:\DOCUME~1\BABARR~1\LOCALS~1\Temp<br />
TMP=C:\DOCUME~1\BABARR~1\LOCALS~1\Temp<br />
TMPDIR=C:\DOCUME~1\BABARR~1\LOCALS~1\Temp<br />
tvdumpflags=8<br />
USERDOMAIN=COMPAQ<br />
USERNAME=Babar Rehman<br />
USERPROFILE=C:\Documents and Settings\Babar Rehman<br />
windir=C:\WINDOWS</p>
<p>so could you please figure the problem out&#8230;.<br />
thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Setting Up Development Environment For Grails on GNU/Linux</title>
		<link>http://beans.seartipy.com/2008/06/15/setting-up-development-environment-for-grails-on-windows-vistaxp/comment-page-1/#comment-137166</link>
		<dc:creator>Setting Up Development Environment For Grails on GNU/Linux</dc:creator>
		<pubDate>Thu, 10 Jul 2008 09:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2008/06/15/setting-up-development-environment-for-grails-on-windows-vistaxp/#comment-137166</guid>
		<description>[...] couple of my previous posts, I have explained how to install Grails and required packages to get a Grails development environment on the Windows platform. Continuing the Grails series, the current post explains how to set up a development environment [...]</description>
		<content:encoded><![CDATA[<p>[...] couple of my previous posts, I have explained how to install Grails and required packages to get a Grails development environment on the Windows platform. Continuing the Grails series, the current post explains how to set up a development environment [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tabrez</title>
		<link>http://beans.seartipy.com/2008/06/15/setting-up-development-environment-for-grails-on-windows-vistaxp/comment-page-1/#comment-137134</link>
		<dc:creator>tabrez</dc:creator>
		<pubDate>Sun, 22 Jun 2008 10:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2008/06/15/setting-up-development-environment-for-grails-on-windows-vistaxp/#comment-137134</guid>
		<description>Can you paste the output of &#039;set&#039; command somewhere(e.g. rafb.net/paste) and provide the link here? Open the command prompt and run the &lt;em&gt;set&lt;/em&gt; command in it. I am pasting part of the output generated on my machine. Notice the paths set for JAVA_HOME, GROOVY_HOME, GRAILS_HOME and also the paths included in PATH variable.
&lt;div class=&quot;console&quot;&gt;
C:\&gt; set
ALLUSERSPROFILE=C:\ProgramData
APPDATA=C:\Users\tabrez\AppData\Roaming
APR_ICONV_PATH=C:\Program Files (x86)\Subversion\
CLASSPATH=.;C:\Program Files (x86)\Java\jdk1.6.0_
6)\Java\jre1.6.0_06\lib\ext\QTJava.zip
CommonProgramFiles=C:\Program Files\Common Files
CommonProgramFiles(x86)=C:\Program Files (x86)\Co
COMPUTERNAME=TABREZ-PC
ComSpec=C:\Windows\system32\cmd.exe
DFSTRACINGON=FALSE
FP_NO_HOST_CHECK=NO
GRAILS_HOME=c:\grails
GROOVY_HOME=C:\groovy
HOMEDRIVE=C:
HOMEPATH=\Users\tabrez
JAVA_HOME=C:\Program Files (x86)\Java\jdk1.6.0_06
[...]
Path=c:\ruby\bin;C:\Windows\system32;C:\Program Files (x86)\MySQL\MySQL Server 5.0\bin;C:\Program Files (x86)\Subversion\bin;C:\Program Files (x86)\Java\jdk1.6.0_06\bin;C:\groovy\bin;c:\grails\bin;
&lt;/div&gt;

You can also try to see if proper version information is printed by running &lt;em&gt;java -v&lt;/em&gt;, &lt;em&gt;groovy -v&lt;/em&gt; and &lt;em&gt;grails -v&lt;/em&gt; commands. If all the paths are set properly, what error do you get when you try to create a grails application?</description>
		<content:encoded><![CDATA[<p>Can you paste the output of &#8217;set&#8217; command somewhere(e.g. rafb.net/paste) and provide the link here? Open the command prompt and run the <em>set</em> command in it. I am pasting part of the output generated on my machine. Notice the paths set for JAVA_HOME, GROOVY_HOME, GRAILS_HOME and also the paths included in PATH variable.</p>
<div class="console">
C:\> set<br />
ALLUSERSPROFILE=C:\ProgramData<br />
APPDATA=C:\Users\tabrez\AppData\Roaming<br />
APR_ICONV_PATH=C:\Program Files (x86)\Subversion\<br />
CLASSPATH=.;C:\Program Files (x86)\Java\jdk1.6.0_<br />
6)\Java\jre1.6.0_06\lib\ext\QTJava.zip<br />
CommonProgramFiles=C:\Program Files\Common Files<br />
CommonProgramFiles(x86)=C:\Program Files (x86)\Co<br />
COMPUTERNAME=TABREZ-PC<br />
ComSpec=C:\Windows\system32\cmd.exe<br />
DFSTRACINGON=FALSE<br />
FP_NO_HOST_CHECK=NO<br />
GRAILS_HOME=c:\grails<br />
GROOVY_HOME=C:\groovy<br />
HOMEDRIVE=C:<br />
HOMEPATH=\Users\tabrez<br />
JAVA_HOME=C:\Program Files (x86)\Java\jdk1.6.0_06<br />
[...]<br />
Path=c:\ruby\bin;C:\Windows\system32;C:\Program Files (x86)\MySQL\MySQL Server 5.0\bin;C:\Program Files (x86)\Subversion\bin;C:\Program Files (x86)\Java\jdk1.6.0_06\bin;C:\groovy\bin;c:\grails\bin;
</div>
<p>You can also try to see if proper version information is printed by running <em>java -v</em>, <em>groovy -v</em> and <em>grails -v</em> commands. If all the paths are set properly, what error do you get when you try to create a grails application?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://beans.seartipy.com/2008/06/15/setting-up-development-environment-for-grails-on-windows-vistaxp/comment-page-1/#comment-137133</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 22 Jun 2008 09:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2008/06/15/setting-up-development-environment-for-grails-on-windows-vistaxp/#comment-137133</guid>
		<description>I as of yet been able to get Grails to work, no matter how many times I reinstall and set the paths....</description>
		<content:encoded><![CDATA[<p>I as of yet been able to get Grails to work, no matter how many times I reinstall and set the paths&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
