| Author |
Getting problem while installing and checking groovy
|
srinivas chintala
Greenhorn
Joined: Oct 29, 2012
Posts: 3
|
|
Hi,
Iam new to groovy. i have groovy with virtion groovy-src-2.1.0-beta-1.
I set the environment variables like below
JAVA_HOME -----> C:\Program Files (x86)\Java\jdk1.6.0_22;.
GROOVY_HOME ------->C:\Groovy;.
path ------------>C:\Program Files (x86)\Java\jdk1.6.0_22\bin;C:\Groovy\groovy-src-2.1.0-beta-1\groovy-2.1.0-beta-1\src\bin;
while typing the groovy command iam getting the following error that
ERROR: JAVA_HOME is set to an invalid directory: C:\Program Files (x86)\Java\jdk
1.6.0_22;.
Please set the JAVA_HOME variable in your environment
to match the location of your Java installation.
I cant understand the error. Please give me the suggetion
Thanks
Srinivas
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26155
|
|
|
Do you have quotes around the path in JAVA_HOME? Since it has spaces in it, this could cause problems.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
srinivas chintala
Greenhorn
Joined: Oct 29, 2012
Posts: 3
|
|
I didnt give any qoutes at path of java_home environment variable. Java installed path is C:\Program Files (x86)\Java\jdk1.6.0_22\bin.
For smooth execution of groovy what i need to do?
|
 |
 |
|
|
subject: Getting problem while installing and checking groovy
|
|
|