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

ComicSads commented on 2021-03-13 23:50 (UTC)

Oops! Didn't realize the &r=1 was so important to the source mirror. Have now double checked the PKGBUILD and seems to be working okay now. Thanks everyone for the helpful comments!

juxuanu commented on 2021-03-13 12:08 (UTC)

As I see, the source points to https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2020-12/R/eclipse-java-2020-12-R-linux-gtk-x86_64.tar.gz which does not download the file.

You need to append &mirror_id=NUMBER which selects a mirror. Which one to use is something to be decided.

My suggestion is to enable something like

_mirror_id = 1099 # Change accordingly if you want faster speeds.

and then

https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/$_releasemonth/R/${pkgname%-bin}-$_releasemonth-R-linux-gtk-x86_64.tar.gz&mirror_id=${_mirror_id}

mookins commented on 2021-03-13 05:24 (UTC)

The URL in the source goes to a mirror selection page. You need to use the direct link which has &r=1 appended to the end of it.

theZMC commented on 2021-03-12 18:59 (UTC)

Seems like eclipse has the wrong checksum up. Verified package checksum with package on eclipse.org and they're the same. Anyone have a contact at eclipse?

juxuanu commented on 2021-03-12 11:57 (UTC)

Checksums are failing.

ComicSads commented on 2021-01-18 00:06 (UTC)

Sorry package was out of date for so long, I wasn't able to get to my arch computer over the holidays, and didn't want to risk uploading a broken PKGBUILD

exu commented on 2020-11-26 07:43 (UTC)

The source URL on mirrors.xmission.com does not exist anymore.

sdas commented on 2020-11-14 07:13 (UTC)

Thank you for the package. Had trouble installing eclipse-java as it downloads the source code and compiles multiple different incompatible versions of eclipse. This (eclipse-java-bin) installs and works great.

ComicSads commented on 2020-09-22 23:29 (UTC) (edited on 2020-09-22 23:37 (UTC) by ComicSads)

eclipse-java by default will download the source code and compile multiple different incompatible versions of eclipse. eclipse-java-bin will download and install the prepackaged Linux binary for eclipse's java edition (and no other version of eclipse)

Typically, the only difference for a package ending in -bin is it uses prebuilt binaries rather than compiling from source, but I specifically made this package because I was salty at how the eclipse-java PKGBUILD downloaded multiple versions of eclipse by default.

FabioLolix commented on 2020-09-21 15:32 (UTC)

Hello, what is the difference with eclipse-java?