Package Details: eclipse-jee-bin 2:4.33-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: 15
Popularity: 0.98
First Submitted: 2024-06-13 02:05 (UTC)
Last Updated: 2024-09-12 20:10 (UTC)

Dependencies (3)

Required by (27)

Sources (3)

Latest Comments

1 2 3 Next › Last »

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.

Musikolo commented on 2023-02-04 14:45 (UTC)

I think line 23 with backup=('usr/lib/eclipse/eclipse.ini') causes a lot trouble when interacting with other packages. The problem is that when you upgrade, it uses the old eclipse.ini file which references files of the previous eclipse version that no longer exist. This requires some quite annoying manual work to fix it. So, I would like to suggest removing it when possible.

Thank you.

altermetax commented on 2022-11-09 23:42 (UTC)

Oh, I know and used IDEA. I'm forced by external factors to use Eclipse (and no one wants to maintain it on Arch) :D

class101 commented on 2022-11-09 21:22 (UTC) (edited on 2022-11-09 21:23 (UTC) by class101)

No problem, good continuation and dont forget to switch to IDEA one day, you will love it ;DD It's weird when you switch from eclipse to it at first, but you quickly adopt it for all what it does better than eclipse