Package Details: eclipse-java-bin 2:4.40-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: 48
Popularity: 0.89
First Submitted: 2024-06-13 01:53 (UTC)
Last Updated: 2026-06-13 22:22 (UTC)

Dependencies (3)

Required by (24)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

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)

altermetax commented on 2024-03-24 17:48 (UTC)

Doesn't happen here. Did you perform any particular actions?

elatllat commented on 2024-03-24 17:44 (UTC)

SIGSEGV in the last update

J 10903 org.eclipse.swt.internal.gtk3.GTK3.gtk_main_iteration_do(Z)Z (0 bytes) @ 0x00007e73c55def61 [0x00007e73c55def20+0x0000000000000041]

altermetax commented on 2024-03-13 19:29 (UTC)

@bluedevil should now work on aarch64.

bluedevil commented on 2024-02-21 13:47 (UTC)

Cannot install on AArch64 ArchLinux

⇒ yay -S eclipse-java
AUR Explicit (1): eclipse-java-2:4.30-1
:: (1/1) Downloaded PKGBUILD: eclipse-java
  1 eclipse-java                             (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==>
  1 eclipse-java                             (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==>
==> ERROR: eclipse-java is not available for the 'aarch64' architecture.
 -> error downloading sources: /home/thickandlong/.cache/yay/eclipse-java
         context: exit status 12


:: (1/1) Parsing SRCINFO: eclipse-java
 -> The following packages are not compatible with your architecture:
  eclipse-java
:: Try to build them anyway? [Y/n]
==> Making package: eclipse-java 2:4.30-1 (Wed 21 Feb 2024 02:28:53 PM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading eclipse-java-2023-12-R-linux-gtk-aarch64.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
100  318M  100  318M    0     0  1876k      0  0:02:53  0:02:53 --:--:--  860k
  -> Found eclipse.desktop
==> Validating source files with sha512sums...
    eclipse-java-2023-12-R-linux-gtk-aarch64.tar.gz ... FAILED
    eclipse.desktop ... Passed
==> ERROR: One or more files did not pass the validity check!
 -> error making: eclipse-java-exit status 1
 -> Failed to install the following packages. Manual intervention is required:
eclipse-java - exit status 1

I have changed the sha512sum to this:

3ffca8ad6a3c63eb3c430092cf825afb8ff363b7d3056f0a5875b0659349cddc46146a870354a94fcb14301673b421423c8449310468eb1e610fdadbdccf68a2

Then it is fixed. I made makepkg -si and manually installed

altermetax commented on 2023-07-24 14:28 (UTC)

@Mailaender: updated, thank you.

Mailaender commented on 2023-07-24 10:24 (UTC)

https://eclipse.dev/eclipse/development/readme_eclipse_4.28.php requires at least a Java 17