Package Details: eclipse-java-bin 2:4.39-3

Git Clone URL: https://aur.archlinux.org/eclipse-java-bin.git (read-only, click to copy)
Package Base: eclipse-java-bin
Description: Highly extensible IDE (Java version)
Upstream URL: https://www.eclipse.org/
Keywords: ide
Licenses: EPL
Conflicts: eclipse
Provides: eclipse
Submitter: altermetax
Maintainer: altermetax (morgenstern)
Last Packager: altermetax
Votes: 47
Popularity: 0.001489
First Submitted: 2024-06-13 01:53 (UTC)
Last Updated: 2026-04-08 16:51 (UTC)

Dependencies (3)

Required by (24)

Sources (3)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

altermetax commented on 2026-04-08 16:55 (UTC)

@ocxpke: unfortunately this doesn't look like it's an issue with the AUR package. You should probably report it upstream.

altermetax commented on 2026-04-08 16:54 (UTC)

@elatllat: fixed, thanks for reporting

elatllat commented on 2026-04-08 16:11 (UTC) (edited on 2026-04-08 16:14 (UTC) by elatllat)

> yay | grep "not in AUR"
-> Packages not in AUR: webkit2gtk

> yay -Qi webkit2gtk | grep "Required By"
Required By     : eclipse-java-bin

> yay -Qi eclipse-java-bin | grep "Depends On"
Depends On      : java-environment>=21  unzip  webkit2gtk

ocxpke commented on 2026-03-03 12:52 (UTC) (edited on 2026-03-03 12:52 (UTC) by ocxpke)

Hi everyone,

I had some problems with the last update. While trying to open the Eclipse Marketplace I get a StackOverflowError. This is my first issue report, so I'm not sure how to upload the entire log so I'm gonna upload the most important parts:

Environment:

eclipse.buildId=4.38.0.20251204-0849 java.version=21.0.9 java.vendor=Eclipse Adoptium BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US

!ENTRY org.eclipse.epp.mpc.ui 4 0 2026-03-02 10:21:50.741 !MESSAGE Cannot open Eclipse Marketplace !STACK 1 org.eclipse.core.runtime.CoreException: Cannot install remote marketplace locations: StackOverflowError at org.eclipse.epp.internal.mpc.ui.commands.AbstractMarketplaceWizardCommand.createConfiguration(AbstractMarketplaceWizardCommand.java:105) ... Caused by: java.lang.StackOverflowError at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.getServiceReferences(ServiceRegistry.java:466) at org.eclipse.epp.internal.mpc.core.util.FallbackTransportFactory.getFallbackFactory(FallbackTransportFactory.java:199) at org.eclipse.epp.internal.mpc.core.util.FallbackTransportFactory.getTransport(FallbackTransportFactory.java:178) at org.eclipse.epp.internal.mpc.core.util.FallbackTransportFactory.getTransport(FallbackTransportFactory.java:184)

morgenstern commented on 2024-06-15 02:58 (UTC)

Noted, thanks @altermetax

altermetax commented on 2024-06-13 01:58 (UTC)

@morgenstern after AUR request #57904 (https://lists.archlinux.org/archives/list/aur-requests@lists.archlinux.org/thread/K7YWHZYWFZR3ISWF4IGFUHWRTY3GHKBA/#5ORRPNQ4APRWIDY4KOBHHO5K4NUWJ7Q3) I decided to move all these Eclipse packages to their -bin counterparts once and for all. I added you as a co-maintainer for eclipse-java-bin.

altermetax commented on 2024-04-13 17:03 (UTC)

The issue should be fixed in the next Eclipse release (2024-06). For the time being, I've included the workaround in the package.

Viterzgir commented on 2024-04-13 16:16 (UTC)

Tooltip not show in eclipse using X11 session.Adding WEBKIT_DISABLE_DMABUF_RENDERER=1 option has resolve this issue. Thanks.

altermetax commented on 2024-03-25 22:20 (UTC)

@elatllat, @Archangelectra, @pferraro

Thanks for the feedback. If the bug isn't fixed soon I might end up including this workaround in the package.

elatllat commented on 2024-03-25 19:33 (UTC)

Are you using Wayland?

Yes.

WEBKIT_DISABLE_DMABUF_RENDERER=1

works around the issue.

GDK_BACKEND=X11

eclipse errors with "Cannot open display"