Package Details: eclipse-jee-bin 2:4.35-1

Git Clone URL: https://aur.archlinux.org/eclipse-jee-bin.git (read-only, click to copy)
Package Base: eclipse-jee-bin
Description: Highly extensible IDE (Enterprise Java and Web version)
Upstream URL: https://www.eclipse.org/
Licenses: EPL
Conflicts: eclipse
Provides: eclipse
Submitter: altermetax
Maintainer: altermetax
Last Packager: altermetax
Votes: 16
Popularity: 0.60
First Submitted: 2024-06-13 02:05 (UTC)
Last Updated: 2025-03-14 14:34 (UTC)

Dependencies (3)

Required by (26)

Sources (3)

Latest Comments

1 2 3 Next › Last »

altermetax commented on 2025-05-23 12:37 (UTC)

@BuZZ-dEE I'm not going to update this package to a milestone version, only final releases will be pushed. You're free to modify the version in the PKGBUILD locally if you want to install the milestone.

altermetax commented on 2024-12-11 02:00 (UTC)

@jalejotorresm all seems good here. Please try again; if it is still not working, change the source_x86_64 line in the PKGBUILD to the URL you get redirected to when you visit https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2024-12/R/eclipse-jee-2024-12-R-linux-gtk-x86_64.tar.gz&r=1.

jalejotorresm commented on 2024-12-08 03:23 (UTC) (edited on 2024-12-08 19:49 (UTC) by jalejotorresm)

Hi everyone,

I tried to update this package but returned a 404 error, making it not possible to download the base tar.gz file to build everything.

For more related info regarding this issue please relate to the following pastebin entry: https://pastebin.com/HhhDqYdZ

altermetax commented on 2024-06-13 21:55 (UTC)

@tachtler it's fixed now.

ian-melo commented on 2024-06-13 16:56 (UTC) (edited on 2024-06-13 18:10 (UTC) by ian-melo)

@tachtler the symlink created by the PKGBUILD is broken:

    ln -s "/usr/lib/eclipse/eclipse" "${pkgdir}/usr/bin/eclipse"

Adding the context directory as it follows worked for me:

    ln -s "${pkgdir}/usr/lib/eclipse/eclipse" "${pkgdir}/usr/bin/eclipse"

Additionally, I had to create a symlink to the installed package:

# ln -s /usr/lib/eclipse/eclipse /usr/bin/eclipse

tachtler commented on 2024-06-13 08:52 (UTC) (edited on 2024-06-13 08:53 (UTC) by tachtler)

Try to install as upgrade from eclipse-jee and following error occurs:

# pikaur -S eclipse-jee-bin
...
chmod: changing permissions of '/var/cache/private/pikaur/build/eclipse-jee-bin/pkg/eclipse-jee-bin/usr/bin/eclipse': Read-only file system
==> ERROR: A failure occurred in package().
    Aborting...
Finished with result: exit-code
Main processes terminated with: code=exited/status=4

... Thank you!

joshm commented on 2024-05-18 00:52 (UTC)

@altermetax I'm in the same boat -- no longer allowed to use IDEA. What a shame! Thanks for maintaining this.

altermetax commented on 2024-04-15 12:52 (UTC)

The warnings are due to some files not being recognized as x86_64 ELFs during the stripping process because the official Eclipse build includes non-x86 binaries. Those warnings are harmless, but to avoid them you can disable stripping by adding OPTIONS=(!strip) to the PKGBUILD.

As for the Java version being installed rather than JEE, please check whether you're building the right package. The downloaded tarball's name during makepkg should be eclipse-jee-2024-03-R-linux-gtk-x86_64.tar.gz.

coderkun commented on 2024-04-15 12:42 (UTC)

On version 2:4.31-2 I get a lot of warnings during the build process and when starting Eclipse it seems to be the regular Java version of Eclipse, not the JEE one.

altermetax commented on 2023-02-08 17:03 (UTC)

Will do on the next release. I haven't done it until now because of users wanting it previously, but actually now there appear to be more who have problems with it than otherwise.