On Jul 14, 2015 2:09 AM, "Emmanuel Lécharny" <[email protected]> wrote: > > Le 14/07/15 04:23, Luca Sokoll a écrit : > > So which java version do I need? I did say several times which versions of everything I was running and nobody pointed out I was running the wrong version… > > Java 7 is required. > > For the record, in my first mail, I asked you the version of Java you > were using, and your response was : > ` > " > > No worries. > > $ /Library/Internet\ > Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java -version > java version "1.8.0_45" > Java(TM) SE Runtime Environment (build 1.8.0_45-b14) > Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode) > > " > > For some unknown reason, it's not the version you are running Studio with (as shown by the logs you provided), so there must be something weird on your setup, but it's hard to tell what can be wrong. > > Please test it with either Java 7 or Java 8 (and check in the first lines of the log if this is the version which is used by Eclipse), and tell us if it's ok. A JIRA has been created to try to improve the error message, because it's quite a pain to go through that many mails to finally find out what's wrong... > > Thanks ! > >
>From that same email, Luca also stated: >$java -version > >java version "1.6.0_65" > >Java(TM) SE Runtime Environment (build 1.6.0_65-b14-466.1-11M4716) > >Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-466.1, mixed mode) Which is the same version reported by the eclipse log. In this command, he does not specify the absolute path to the java command, leading me to believe this is the first java found by the path variable. Perhaps he just needs to either edit the ApacheDirectoryStudio.ini to specify which java install to use (not recommended), or better yet, update his PATH environment variable.
