31.10.2018

This video is about Installing Java 7 on Mac OS X 10.9. This is the easiest way to get Java 7 on the command line / Terminal for use by other applications.

10.9

I see, but look here: >!SESSION 2014-10-16 09:41:01.249 > ----------------------------------------------- > eclipse.buildId=unknown > java.version=1.6.0_65 > java.vendor=Apple Inc. So it looks like you have both installed, probably because you upgraded to Mavericks? It is entirely possible to have multiple JVMs on your filesystem, and Vega is using Java 6 to run because that is what it finds where it expects to find Java. If you go to the console and type: find / -name java 2>/dev/null Then run each of them with the -version parameter, I'm sure you'll see you have a java 1.6.5 and a java 1.8.x. I suspect you'll need to set JAVA_HOME to the right location, such as /System/Library/Java/JavaVirtualMachines/1.8.0.jdk/Contents/Home, possibly in your.bashrc (and then relogin), though I'm not sure if that path is correct, I don't have a Mac with me now to test.

Check out these links on doing so, they might help: Please let us know how you resolved this - we will try to improve the installation process for OS X users to make this easier, or at least document any relevant troubleshooting steps on our website. >> > @attractr Gabriela Arias, 13:44 น. I got 6 removed, installed the Java SE dev kit 8.re-ran the vega app, and it opens up the mac software update, and says 'to open vega.app, you need a java se 6 runtime, would I like to install one now'. First time, I answered yes to see what happened, and i wind up installing java 6. I removed it again, installed Java 8 again.and I'm back to the software update wanting to install java 6. I dragged the vega app to trash, re-downloaded install for 64bit intel, dragged to app folder, re-ran vega.app.and get the same 'to open vega.app, you need a java se 6 runtime, would I like to install one now'. Google earth pro free for mac. Dragged that one to trash folder, downloaded 32bit version.

Get the same 'to open vega.app, you need a java se 6 runtime, would I like to install one now'. ~ stu1965$ java -version java version '1.6.0_65' Java(TM) SE Runtime Environment (build 1.6.0_65-b14-4) Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-462, mixed mode) ~ stu1965$ sudo rm -rf /System/Library/Java/JavaVirtualMachines/1.6.0.jdk ~ stu1965$ sudo rm -rf /Library/Java/JavaVirtualMachines/1.6.0*.jdk:~ stu1965$ java -version No Java runtime present, requesting install. ~ stu1965$ java -version java version '1.6.0_65' Java(TM) SE Runtime Environment (build 1.6.0_65-b14-4) Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-462, mixed mode) ~ stu1965$ sudo rm -rf /System/Library/Java/JavaVirtualMachines/1.6.0.jdk ~ stu1965$ sudo rm -rf /Library/Java/JavaVirtualMachines/1.6.0*.jdk ~ stu1965$ java -version No Java runtime present, requesting install. ~ stu1965$ java -version java version '1.8.0_25' Java(TM) SE Runtime Environment (build 1.8.0_25-b17) Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode) ~ stu1965$. David Mirza, 5:28 น.

Stu, Gabriela, Can you try performing the steps described in this answer on SE? On 03:49 PM, Stu Beans wrote: > Thank you David. If you need me to do anything or test something, feel free > to email me directly - > > Best, > Stu > > On Thursday, October 23, 2014 8:28:11 AM UTC-4, David Mirza wrote: >> >> >> Ok - this is something else, did not know about this. Should be enough >> information here to help us figure out what's going on, so thanks.

We >> will look into it and fix it. >> >> On 12:44 AM, Stu Beans wrote: >>> ok. Confirmed I was in fact running version 6 (see below terminal >> log). Bunch of fail snipped. ] >> >> I'll try to do this over the weekend. >> >> >> -- >> David Mirza Ahmad >> > @attractr.