0

I've tried editing the file eclipse.ini and set the vm with the paths of the various JDKs installed but still it does not open on Mac Sierra (10.12). I've tried the following JDKs:

1.6.0.jdk
jdk1.7.0_79.jdk
jdk1.8.0_20.jdk

Saverio Java
  • 78
  • 11
  • Why not use the current release, Neon, which is 4 years newer? Which Juno download is it? What happens instead of opening? How are you trying to open it? – nitind Sep 17 '16 at 08:04
  • @nitind, unfortunately I need this specific version. Eclipse 4.2.2. It crash immediately. Double click on the launch file. – Saverio Java Sep 17 '16 at 08:26
  • 1
    Update 20 of Java 8 is old, the current update is 101. Try using current versions of the JDKs – greg-449 Sep 17 '16 at 09:22
  • @greg-449, yes, I already tried with jdk 8 update 101. – Saverio Java Sep 17 '16 at 09:24

1 Answers1

2

I succeeded to launch eclipse juno on Mac Sierra (10.12) simply by double-clicking the executable inside the following path: /eclipse/Eclipse.app/Contents/MacOS/eclipse

Saverio Java
  • 78
  • 11
  • This sounds like the [problem I had with Audacity](http://forward-in-code.blogspot.co.uk/2016/08/audacity-212-and-el-capitan.html) - see also comments [on this post](http://forward-in-code.blogspot.co.uk/2016/07/the-application-is-damaged-and-cant-be.html). – Simon Wright Feb 11 '17 at 22:37