wsharba / opendatakit

Automatically exported from code.google.com/p/opendatakit
0 stars 1 forks source link

ODK Aggregate Installation Error on Mac OSX #1053

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download and unzip ODK Aggregate for Mac OSX.
2. Attempt to install.
3. Receive error that Java 1.7 is not installed (but Java IS installed!)

What is the expected output? What do you see instead?
Expect for install window to open, but error is received that Java 1.7 is not 
installed despite the fact that it is installed and confirmed from Java and the 
OS.

What version of the product are you using? On what operating system?
Most recent ODK Aggregate and Java 1.7.

Please provide any additional information below.
Attempted to reinstall both Java and ODK, but did not work

Original issue reported on code.google.com by katalynvoss on 26 Aug 2014 at 3:08

GoogleCodeExporter commented 9 years ago
Open your Terminal.app (in /Applications/Utilities) and run the following..
java -version

What does it report? Ideally, you should see something like this...
java version "1.7.0_45"
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)

Original comment by yano...@nafundi.com on 26 Aug 2014 at 1:29

GoogleCodeExporter commented 9 years ago
Apparently V8 was installed.  I removed that and changed to V7, got the 
following reply from Terminal:
java version "1.7.0_67"
Java(TM) SE Runtime Environment (build 1.7.0_67-b01)
Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)

Now it works!  Thank you!

Original comment by katalynvoss on 26 Aug 2014 at 3:02

GoogleCodeExporter commented 9 years ago

Original comment by yano...@nafundi.com on 4 Sep 2014 at 8:18