Everytime I restart my laptop, all plugins in eclipse getting deleted - eclipse

I am using Neon 3 in Macbook Pro. Everytime i restart my laptop, all the installed plugins are getting deleted on opening Eclipse again. But a pop up to installed again. So, everytime I restart the laptop, I install literally all the plugins. This is happening for the past couple of weeks. Any suggestions how to stop this from happening.

Related

Eclipse cant be opened on mac m1

I have installed eclipse aarch64 based on my mac m1.
it was working fine. later i stopped using it for few days but i was just opening and closing it just to make sure it is not crashing as it used to happen with x64 version.
Now even with aarch it is crashing.
As soon as i open it via launch pad it says 'The apllication 'Eclipse'can't be opened.
Here are the details of eclipse and jdk version that i am currently using.
Eclipse: eclipse-java-2021-12-R-macosx-cocoa-aarch64
Jdk: jdk-17_macos-aarch64_bin
I've just had the same problem on the second launch of Eclipse from a fresh installation. The solution was to re-sign the app with an ad-hoc signature:
sudo codesign --force --deep --sign - /Applications/Eclipse.app

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 :)

MAMP crashes immediately on launch

I was using MAMP to work on a Wordpress site on my Mac, when I had the brilliant idea to delete everything (all the files located in htdocs folder and also the whole database). From there MAMP has stopped connecting to the servers, so I've uninstalled and reinstalled the app, and now the result is that when I try to start MAMP, the app crashes immediately.

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.

Eclipse hanging after changing code

I am using eclipse for Android, once I check my application it works fine. I just go back to home and run it again after some change and it shows "Launching project: 27%" and stays there forever until I close IDE and kill its instance from task manager and restart it. I don't know whats the reason. I've been using it since 4 to 6 months but its happening recently a couple of days before...
Need help!
I also faced this issue..I just change my eclipse to latest version i.e eclipse juno and this solves my problem.