Package Details: eclipse-java-bin 2:4.33-1

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: 46
Popularity: 1.99
First Submitted: 2024-06-13 01:53 (UTC)
Last Updated: 2024-09-12 20:05 (UTC)

Dependencies (3)

Required by (27)

Sources (3)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

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"

Archangelectra commented on 2024-03-25 15:10 (UTC) (edited on 2024-03-25 15:12 (UTC) by Archangelectra)

@altermetax

adding both environment variables to my global config fails to fix it, and instead rather prevents any application that uses wayland from opening. i am using wayland, but previously had no issues. the crash occurs upon opening the autofill window.

update: only adding the webkit env fixed it, thanks!

pferraro commented on 2024-03-25 14:21 (UTC)

Are you using Wayland? If so, this issue might be related: https://github.com/eclipse-platform/eclipse.platform.swt/issues/1108 Please let me know if any of the following environment variables fix it:

In my case, WEBKIT_DISABLE_DMABUF_RENDERER=1 was sufficient to prevent eclipse from crashing on wayland.

altermetax commented on 2024-03-25 03:47 (UTC) (edited on 2024-03-25 03:53 (UTC) by altermetax)

@Archangelectra, @elatllat

Are you using Wayland? If so, this issue might be related: https://github.com/eclipse-platform/eclipse.platform.swt/issues/1108

Please let me know if any of the following environment variables fix it:

  • WEBKIT_DISABLE_DMABUF_RENDERER=1

  • GDK_BACKEND=X11

Archangelectra commented on 2024-03-24 23:02 (UTC) (edited on 2024-03-24 23:04 (UTC) by Archangelectra)

its also happening to me, though through

# # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007fc843ec646b, pid=19213, tid=19214 # # JRE version: OpenJDK Runtime Environment Temurin-17.0.10+7 (17.0.10+7) (build 17.0.10+7) # Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.10+7 (17.0.10+7, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64) # Problematic frame: # C [libwebkit2gtk-4.1.so.0+0x10c646b] # # Core dump will be written. Default location: Core dumps may be processed with "/usr/lib/systemd/systemd-coredump %P %u %g %s %t %c %h" (or dumping to /home/evelyn/core.19213) # # If you would like to submit a bug report, please visit: # https://github.com/adoptium/adoptium-support/issues # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. #

also occurs on openjdk 21. (apologies for bad formatting, i don't comment often on the AUR)