Eclipse "unhandled event loop exception" - java

my eclipse doesn't work anymore. Since a few days eclipse load and load something, till i'm quitting it. If i'm do nothing, eclipse shows "unhanded event loop exception" after a while, but continue loading and i just can quit it. I'm using the Android-SDK plugin.
Im using a macbook with Mac OS X Lion 10.7.5 (11G63). CPU and RAM should be enough. All other programs are running perfectly, so it's must be a problem with eclipse.
Can anyone help?
Thanks for help
Mats

Try downloading a new eclipse and import your projects to a new workspace.
Maybe switching to the old workspace would not be a good idea, it'll possibly make the new eclipse crash.

Related

Netbeans 12.0 Java hints and highlights not working

Suddenly the hints and highlights on Netbeans stopped working for me. It won't show suggestions on imports and it won't highlights errors. I intentionally wrote int i = "hello":and the code wasn't highlighted and no warnings came up. I've checked >Preferences >Editor and form what I can tell Code Completion, Code Templates, Hints and Highligthing are all selected. I checked some older posts here and also tried to delete the index in the caches folder. I've discarded my project and started over, uninstalled and installed Netbeans and restarted my laptop at few times now but the issue is still there. It was working fine until yesterday afternoon. Any suggestions? I run Netbeans on macOS Catalina if that matters.
EDIT**
I now noticed this problem only occurs in projects where I have a JForm.
I had the same problem and here how I solved it:
Exit Netbeans
Go to : C:\Users\UserName\AppData\Local\NetBeans =====> DELETE Cache folder
Open Netbeans and it's fixed

Suddenly can't open any of my java programs in Intelliji

Everytime I attempt to click on my java applications nothing comes up:
I did not have this issue before. I was able to previously open my java class files and run the program with no issues.
Please close the current project and also exit IntelliJ IDEA (better to invalidate cache and restart)
Try to re-import the project.
This seems to be the fault of the new update.
Three possible solutions could be either switching back to an older version until they have it fixed, or wait until they fix it, or try a different IDE for a little.

Eclipse ADT Freezes when running Android Apps

I am using a fresh install of Eclipse Luna and ADT (just deleted and redownloaded it) and whenever I try to run ANY android project I have, eclipse starts freezing and then finally freezes at "Launching (99%)". After about 2 minutes of this, it pops up the error "GC Overhead Limit Exceeded", and I have to force quit eclipse.
This evens happens when I create a new Android project and try to run it. This is on a macbook pro running OS 10.9.4
Can anyone help me? I am incredibly frustrated by this, I feel like every time I try to program something in Android I waste more than half my time chasing and dealing with bugs in Eclipse.
Adjusting/allocating more memory in eclipse worked.
https://www.simplified.guide/eclipse/fix-gc-overhead-limit-exceeded

Sometimes keyboard shortcuts do not work in eclipse?

Couple of weeks ago I installed complete ADT bundle from here. this comes up with Android Developer Tool (Eclipse) Build: v22.3.0. Sometimes its shortcut keys do not work. If I close my eclipse and start it again, then it works fine, and if I use to keep work then after some times it again gives the same problem. Is that any bug or issue or did I do something wrong?
Any suggestion?
Its a bug. Happens on windows or sometimes on my ubuntu too. I can not even do a Ctrl + S to save the file. Restarts solves the problem. Its an eclipse bug.

eclipse indigo constantly freezing and giving problems

Ive been getting alot of weird problems with my eclipse Ide the last day or so and I would like to reinstall some or all components of it to try to correct the issue, I noticed last night that my background services in my android project stopped working when I would launch the project I was working on, yet It would then launch when I would open up another project so I began doing that instead as a work around, I then began getting issues where when I relaunched the emulator it would freeze at 27% every other time and I would have to restart the ide over and over again.
what I would like to do is reinstall the jdk, and if that doesnt work I would like to reinstall eclipse, however the dilemma Im having is Im not sure If I will lose all my work If I do this, what is the best thing to do?
Eclipse can get really frustrating and hard to fix but it is also very easy to install. You donT actually uninstall or install anything, Eclipse can be run without changing the registry.
I ll suggest, before you lose any more hair or your sanity:
archive your existing indigo and workspace
get a new copy of Eclipse (indigo again, why not)
re install Android environment
import your projects, clean, fix ..etc.
Apparently this is a rather common problem, not your particular %27 problem but the general Eclipse fix vs reinstall dilemma. IMHO, a clean start saves from a lot of trouble.

Categories