why eclipse is prompting alert message to install jre1.6 although I have installed jre1.7? - eclipse

I am facing an issue while opening my eclipse (indigo) version. it is displaying following alert message
To open “Eclipse,” you need a Java SE 6 runtime. Would you like to install one now?
although I have jdk 1.7 already installed on my machine. this issue I am facing after upgrading my Mac OSX from 10.7.5 to 10.8.5. please suggest me some how to resolve this issue
Thanks

Related

Mac M1 chip machine, Mac OS BigSur Version 11.5.1 having problem with eclipse app. Its not opening after restarting machine

I Installed eclipse on my new mac m1 chip machine, It was working fine until I restart my machine. After restart the machine, the eclipse app is not opening also no error is shown in the display..
I am trying to open the app in terminal I am getting the following error
rosetta error: /var/db/oah/223263137464320_223263137464320/27e2cf6e452a44ee1a3ccc20e0409d562f65d18f27dd9ff3ebd552b78e52a4e3/eclipse.aot: attachment of code signature supplement failed: 3 Trace/BPT trap: 5
the solution giving in this is to upgrade the OS, but I already upgraded to the new OS version.
I can't find a solution anywhere, even in Apple forum sites
I faced a similar issue today. In my case, I'm using Anypoint Studio, which is built on top of Eclipse 4.19. After updating the OS, it worked again.

Error installing Codename One plugin on Eclipse

I started developing in Codename One a few days ago, using IntelliJ, but since it was causing some problems, I decided to try it with Eclipse.
I got a fresh install of Eclipse Proton for Java developers on my Mac Pro running OS Sierra 10.12.6 and I can't install the Codename One plugin.
I can find it in the marketplace, but when I try to install it starts the process but soon stops and pops this message. After I press ok, I can select features to install as seen here. After I press Confirm it does nothing, and presents this. I have already installed other plugins successfully, this is the only one giving me troubles.
I tried accessing that link but it leads to a standard 404 error page on codenameone's website.
I can't seem to find a way around this, as even trying to install the plugin through Eclipse marketplace website leads to this error.
Any help is appreciated :)

os x yosemite with eclipse luna gwt not showing

I've just purchase MacBook Pro and upgrade OS X lion to yosemite. after upgrading install eclipse luna for the same version.
Now I need to use it for gwt development. I follow all the thing for installing it.
But not able to see google icon in toolbar for start my development.
Some forum I found I need latest java which is default not supplied by macos x anymore. So, I download and install it using below link.
http://www.java.com/en/download/mac_download.jsp?locale=en
Is there anything else I missed...!?!
Solved
I just install latest jdk and problem solved
http://www.oracle.com/technetwork/java/javase/downloads/index.html
Hope this is the real issue, if anyone know exact issue please respond this post for future user.

STS 3.5.0 RELEASE Keeps Crashing

My STS 3.5.0 RELEASE(64 bit) keeps crashing always.
Currently using
OS : Ubuntu 14.04 LTS (64 bit)
JAVA : jdk 1.7.0_55
Any solution?
Not sure if you've fixed it yet, but this was resolved on my machine by changing my GTK theme to something other than oxygen-gtk. If it's the same issue I had, STS will crash every time it tries to open a new modal window (such as the new project window).
Settings for this can be found in:
System Settings > Application Appearance > GTK
It seems that only the GTK2 theme needs to be updated to prevent the crashing. If it's not this, then please add more details to your original question.

Eclipse Segfault (OSX)

I'm trying to start eclipse but it crashes after the splash screen and before workspace selection.
This is version: eclipse-java-indigo-SR2-macosx-cocoa-x86_64 on Mac OSX 10.6.8
Launching the eclipse application or executing the alias from a shell ./eclipse (or Eclipse.app/Contents/MacOS/eclipse) results in a segfault.
$ ./eclipse
Invalid memory access of location 0x10 rip=0x7fff84ea3164
Segmentation fault
However, it runs successfully as the super user
$ sudo ./eclipse
Password:
This is fine for now, but running eclipse under sudo does not seem like a good idea.
To make this stranger still, this installation of eclipse worked fine a few months ago and I can't remember changing anything relevant.
Any ideas?
Thanks
Before taking the more drastic step of re-installing Java on Mac OS X [not always so simple :( .. ], I just reinstalled Eclipse and ADT - and it worked fine after that.
In my case, I got this error trying to start Eclipse
Segmentation fault: 11
.. it appeared in my Eclipse ADT setup after I updated the Android SDK for Google Play Services, and then tried to run Installation of update from "Check For Updates". Restarting the computer did not help.
I would try re-installing Java. The Apple installer might thwart you, but this can help get past it.
I'd suggest getting the Java Developer package from Apple, as it includes Javadoc and source for the core libraries.