Package Details: eclipse-jee-bin 2:4.34-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.52
First Submitted: 2024-06-13 02:05 (UTC)
Last Updated: 2024-12-06 21:58 (UTC)

Dependencies (3)

Required by (27)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3

AllirionX commented on 2021-12-28 22:17 (UTC) (edited on 2021-12-28 22:23 (UTC) by AllirionX)

After installing the latest update of that package, eclipse is not starting with this error: plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.0.v20200915-1442: cannot open shared object file: No such file or directory

This is due to the package versions not being updated in the eclipse.ini file.

Musikolo commented on 2021-09-18 17:13 (UTC) (edited on 2021-09-18 17:13 (UTC) by Musikolo)

Regarding my last request, I found backing up the eclipse.ini file doesn't work the expected way, because it doesn't update some plugin paths the file. You can see what I'm talking about this screenshot.

Just in case it helps, you can look at the workaround I implemented for the spring-tool-suite package I maintain. Admittedly, it isn't the best thing in the world, but it works just fine.

altermetax commented on 2021-09-15 01:10 (UTC)

Hi @class101, since the original eclipse package has been split into multiple single packages, this and eclipse-jee are duplicates. Would you agree with merging? I will add you as co-maintainer if you're interested :)

altermetax commented on 2021-08-24 02:35 (UTC)

Done that too :)

Musikolo commented on 2021-08-24 02:11 (UTC)

It would be cool if the eclipse.ini file was only installed if none is available or no changes were made to it. This would be very helpful to keep whatever existing changes/switches we might need to add to it. Otherwise, we have to redo all those changes after each update.

altermetax commented on 2021-08-24 01:45 (UTC)

@Musikolo: done, thanks for letting me know

Musikolo commented on 2021-08-24 01:32 (UTC) (edited on 2021-08-24 01:33 (UTC) by Musikolo)

Per the documentation (readme/readme_eclipse.html), "Eclipse 4.20 requires at least a Java SE 11."

So according to that, it is my understanding that java-environment>=8 should be java-environment>=11.

Thanks.