zdenu / google-refine

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

refine sh script only checks for java 1.6, not > 1.6 #435

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
google-refine-2.1/refine
line 841

should read something more like:
JAVA_VERSION=`$JAVA -version 2>&1 | grep version | cut -d ' ' -f 3 | egrep 
'(^\"1\.6|^\"1\.7)'`

Also, it may be worth defining JAVA=java at the top of the script

Original issue reported on code.google.com by mrichyt...@googlemail.com on 15 Aug 2011 at 7:42

GoogleCodeExporter commented 9 years ago
Fixed the java version issue (I used a more compact regexp) in trunk.

JAVA is already defined.

Original comment by stefa...@google.com on 16 Aug 2011 at 4:49

GoogleCodeExporter commented 9 years ago

Original comment by dfhu...@google.com on 9 Oct 2011 at 5:13

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by tfmorris on 12 Dec 2011 at 7:44