ddavisqa / google-refine

Automatically exported from code.google.com/p/google-refine
0 stars 0 forks source link

Cannot build Refine on Cygwin (Windows) - complains Java is missing. #306

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. Checkout a clean version of Refine
2. In Cygwin run ./refine build
3. error "Google Refine requires Java version 6 or greater...." is thrown (as 
per line 839 of the Refine file)

directly typing the following into the command line:
"$JAVA_HOME/bin/java" -version
returns the following:

java version "1.6.0_23"
Java(TM) SE Runtime Environment (build 1.6.0_23-b05)
Java HotSpot(TM) Client VM (build 19.0-b09, mixed mode, sharing)

Original issue reported on code.google.com by iainsproat on 8 Jan 2011 at 1:03

GoogleCodeExporter commented 8 years ago
Can you retest with the latest software?  I think Stefano made some changes in 
this area.

Original comment by tfmorris on 14 Jun 2011 at 6:26

GoogleCodeExporter commented 8 years ago
ah, I forgot that this was still open.  It works without cygwin :)

Just run refine.bat from a normal Windows command prompt.

I'm closing it as invalid.

Original comment by iainsproat on 14 Jun 2011 at 8:10