Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Installation problem on mac OS X 10.10.1
Installation problem on mac OS X 10.10.1 [message #1543748] Sat, 03 January 2015 10:51 Go to next message
Yiannis Chardaloupas is currently offline Yiannis ChardaloupasFriend
Messages: 2
Registered: January 2015
Junior Member
Hello all!
I have been trying to install Eclipse on my mac OS X 10.10.1 Eclipse IDE C/C++ but the error message "Version 1.6.0_65 of the JVM is not suitable for this product. Version: 1.7 or greater is required." appears. Nonetheless, I have just dowloaded the latest version of Java. Please, can anyone help me solve this problem?
Thank you very much in advance! Smile
Re: Installation problem on mac OS X 10.10.1 [message #1545974 is a reply to message #1543748] Sun, 04 January 2015 17:05 Go to previous messageGo to next message
David Williams is currently offline David WilliamsFriend
Messages: 722
Registered: July 2009
Senior Member
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 01/04/2015 01:52 AM, Yiannis
Chardaloupas wrote:<br>
</div>
<blockquote cite="mid:m8anuv$fsg$1@xxxxxxxxe.org" type="cite">Hello
all!
<br>
I have been trying to install Eclipse on my mac OS X 10.10.1
Eclipse IDE C/C++ but the error message "Version 1.6.0_65 of the
JVM is not suitable for this product. Version: 1.7 or greater is
required." appears. Nonetheless, I have just dowloaded the latest
version of Java. Please, can anyone help me solve this problem?
<br>
Thank you very much in advance!  :)  </blockquote>
You don't say what version of Eclipse you are trying to use, but
chances are this is a well known issue that is a combination of some
odd "hard coded" values in Apple's OS, and us (Eclipse) using
"org.eclipse.eclipse" as bundle id in plist.info file. (See bug
<a class="moz-txt-link-freetext" href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=419092#c32">https://bugs.eclipse.org/bugs/show_bug.cgi?id=419092#c32</a>). <br>
<br>
There might be other work-arounds (but, what seemed to work for
some, didn't work for others) but the easiest fix is to go ahead and
reinstall Java 6 again. This "satisfies" the hard coded bit in
Apple's OS, and then Eclipse will go ahead and run with Java 7. <br>
<br>
<br>
</body>
</html>
Re: Installation problem on mac OS X 10.10.1 [message #1553347 is a reply to message #1545974] Thu, 08 January 2015 16:53 Go to previous messageGo to next message
Yiannis Chardaloupas is currently offline Yiannis ChardaloupasFriend
Messages: 2
Registered: January 2015
Junior Member
David thank you for your answer. I am using the latest version of Eclipse. I tried installing jAVA 6 nut the same error arises..
Do you have in mind something else for helping me?
Thank you very much for your assistance
Re: Installation problem on mac OS X 10.10.1 [message #1559078 is a reply to message #1553347] Sun, 11 January 2015 22:04 Go to previous message
David Williams is currently offline David WilliamsFriend
Messages: 722
Registered: July 2009
Senior Member
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 01/08/2015 11:53 AM, Yiannis
Chardaloupas wrote:<br>
</div>
<blockquote cite="mid:m8mcmi$7ae$1@xxxxxxxxe.org" type="cite">David
thank you for your answer. I am using the latest version of
Eclipse. I tried installing jAVA 6 nut the same error arises..
<br>
Do you have in mind something else for helping me?
<br>
Thank you very much for your assistance
<br>
</blockquote>
<font face="DejaVu Sans Mono">You installed Java 6, and still says
"you must install Java 6"?! <br>
Did you use "Apple's package installer" to install Java 6? Or,
just unzip it somewhere? <br>
<br>
The "key" is if it shows up, when you run<br>
/usr/libexec/java_home -verbose<br>
<br>
When I run that, I get the following (but, not typical to have so
many): <br>
<br>
Matching Java Virtual Machines (6):<br>
    1.8.0_20, x86_64:    "Java SE 8"   
/Library/Java/JavaVirtualMachines/jdk1.8.0_20.jdk/Contents/Home<br>
    1.7.0_67, x86_64:    "Java SE 7"   
/Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents/Home<br>
    1.7.0_45, x86_64:    "Java SE 7"   
/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home<br>
    1.7.0_25, x86_64:    "Java SE 7"   
/Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk/Contents/Home<br>
    1.6.0_65-b14-466.1, x86_64:    "Java SE 6"   
/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home<br>
    1.6.0_65-b14-466.1, i386:    "Java SE 6"   
/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home<br>
<br>
If Java 6 does not show up on this list, then you "didn't install
it right" (from Apple's OS point of view). <br>
If it does show up on this list ... then, I'm pretty much at a
loss! <br>
<br>
First, be sure to try executing from the command line (not Finder,
or Dock). <br>
And, by that I meant running "eclipse" which is a symbolic link
... in what ever folder you downloaded it to. <br>
Second, you might try some of the workarounds mentioned in bug
419092. <br>
I don't think they "work for everyone", but they did apparently
for some. <br>
In particular see <br>
<a class="moz-txt-link-freetext" href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=419092#c17">https://bugs.eclipse.org/bugs/show_bug.cgi?id=419092#c17</a><br>
<a class="moz-txt-link-freetext" href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=419092#c29">https://bugs.eclipse.org/bugs/show_bug.cgi?id=419092#c29</a><br>
<br>
The first was just to delete and reinstall Java 7 ... the other
had some stuff related to editing plist.info (which may cause
other issues). <br>
<br>
Another thing I should have clarified first ... when you "install
Java 6" you are not "just using the web browser version", are you?
<br>
If so, that's not the one you want. You want the one that comes in
a "dmg" file, probably "JDK" best to use. <br>
In fact, the one time I did it, I think I did it simply by using
the dialog that pops up saying "you must have Java 6 installed". <br>
I think it had a button that said "install now" that I clicked.
And, that seemed to work. After it was done, I could then run it,
<br>
without any messages, and Java 7 was used (at the time, the hight
version I had installed). <br>
<br>
If you want to go to the trouble, you might be more specific about
exactly what you downloaded (give URL). <br>
And, you might look in the plist.info file of what you downloaded
and see what is says for </font><br>
<pre class="bz_comment_text" id="comment_text_32">CFBundleIdentifier</pre>
<font face="DejaVu Sans Mono">I think the only thing that causes
this problem is if it says "org.eclipse.eclipse" (lower case,
instead of <br>
"org.eclipse.Eclipse"). If it does have lower case, then "where
you got it from" is important for us to know. <br>
If is has upper case, then I've no idea why you'd see this
problem. (Unless, there's some "hidden caching" the operating
system is doing). <br>
<br>
HTH<br>
<br>
<br>
<br>
</font>
</body>
</html>
Previous Topic:Help for project
Next Topic:Insufficient privileges to do Software update on windows 8
Goto Forum:
  


Current Time: Thu Apr 25 03:48:34 GMT 2024

Powered by FUDForum. Page generated in 0.08556 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top