Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Eclipse 4.15 Freeze when installing JBoss Tools plugin
Eclipse 4.15 Freeze when installing JBoss Tools plugin [message #1835361] Tue, 01 December 2020 11:19 Go to next message
Eclipse UserFriend
I'm using Eclipse 2020-03 and I installed JBoss Tool 4.15 from marketplace..

After the installation Eclipse become unusable! It freeze when I do Ctrl + C/Ctrl + V when I navigate through methods.. even when I open classes! Therefore I've tried with 4.16 (2020-06) and it is even worst! After plugin installation Eclipse doesn't start anymore..

Can you help me??
Re: Eclipse 4.15 Freeze when installing JBoss Tools plugin [message #1835364 is a reply to message #1835361] Tue, 01 December 2020 13:19 Go to previous messageGo to next message
Eclipse UserFriend
You might look at the Eclipse log for any clues. Perhaps your "Xmx" value needs to be increased? The default might be 1024m. If you're installing some heavy-duty plugins, it's possible that might be an issue. Edit your "eclipse.ini" file and increase that number, to perhaps 2048m. How much physical RAM do you have on your device?
Re: Eclipse 4.15 Freeze when installing JBoss Tools plugin [message #1835367 is a reply to message #1835364] Tue, 01 December 2020 14:38 Go to previous messageGo to next message
Eclipse UserFriend
Thanks for your reply... I'm not properly a newbies.. my working machine has 16GB ram and Xmx is set to 8096..

This is not a resources problem because in Eclipse Oxygen it work well (enough well..) with 4096 mb of Xmx..

I don't know what can bother it, I've tried everything.. I attach a thread dump for anyone would help me.

Thank you
Re: Eclipse 4.15 Freeze when installing JBoss Tools plugin [message #1835378 is a reply to message #1835367] Tue, 01 December 2020 22:47 Go to previous message
Eclipse UserFriend
It looks like you are using the Generic Text editor to edit something, and the Language Server Protocol for Java (org.eclipse.lsp4e) is busy computing what to show in the for hyperlinks, likely because text hovers while holding the ctrl-key will show hyper links. It really looks like the main thread processing a mouse move event not a key event.. Perhaps you can use Open With on the context menu of the file to try out a different editor and see if that behaves differently.
Previous Topic:Eclipse suggestion pop-ups bug
Next Topic:How to read linked Eclipse files?
Goto Forum:
  


Current Time: Mon Jul 07 13:05:23 EDT 2025

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

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

Back to the top