Package Details: eclipse-platform 4.28-1

Git Clone URL: https://aur.archlinux.org/eclipse-platform.git (read-only, click to copy)
Package Base: eclipse-platform
Description: A minimal installation suitable for complete per-user customization with the built-in Eclipse package manager
Upstream URL: https://www.eclipse.org
Keywords: Development IDE Java
Licenses: EPL
Conflicts: eclipse-common
Provides: eclipse
Submitter: None
Maintainer: BochengZou
Last Packager: BochengZou
Votes: 33
Popularity: 0.000023
First Submitted: 2010-06-28 15:30 (UTC)
Last Updated: 2023-07-17 13:11 (UTC)

Dependencies (3)

Required by (40)

Sources (3)

Pinned Comments

flortsch commented on 2020-09-18 22:18 (UTC) (edited on 2020-09-18 22:20 (UTC) by flortsch)

I updated the package for the 4.17 (2020-09) release. Please note that the minimum JRE version required for running Eclipse is now 11 (Source).

Latest Comments

1 2 3 4 Next › Last »

BochengZou commented on 2023-07-17 13:15 (UTC)

I updated the package for the 4.28 (2023-06) release.

flortsch commented on 2020-10-01 19:40 (UTC)

@HVLife Then this is related to your project, and you have to build it with JDK8 in Eclipse. But you still have to use Java 11 or newer for running Eclipse itself.

HVLife commented on 2020-09-29 17:55 (UTC)

Thanks for fast reply, I'm using stm32cubemx to program stm32. It Appears when I'm trying to list pins, just after mcu selection.

flortsch commented on 2020-09-27 21:05 (UTC) (edited on 2020-09-27 21:06 (UTC) by flortsch)

Could it be that this is a problem specific to a project you are developing in Eclipse that you have here? How do you get the error? I could not reproduce your error by just running Eclipse (tried JRE 11 and 14).

HVLife commented on 2020-09-26 13:34 (UTC)

Inconsistency detected by ld.so: dl-lookup.c: 105: check_match: Assertion `version->filename == NULL || ! _dl_name_match_p (version->filename, map)' failed! Appears, few minutes after application starts. I found solution (use java 8) but now i can't use that version of java. What can i do?

flortsch commented on 2020-09-18 22:18 (UTC) (edited on 2020-09-18 22:20 (UTC) by flortsch)

I updated the package for the 4.17 (2020-09) release. Please note that the minimum JRE version required for running Eclipse is now 11 (Source).

Kamilcuk commented on 2020-06-09 10:52 (UTC)

I should create an update script for this :D use updpkgsums see https://wiki.archlinux.org/index.php/PKGBUILD#Integrity ; )

flortsch commented on 2020-03-19 20:00 (UTC)

Sry for that, I fixed it. Maybe, I should create an update script for this :D

cknoblauch commented on 2020-03-19 17:01 (UTC)

Checksum verification fails for eclipse.desktop, please update it in PKGBUILD.

flortsch commented on 2020-01-08 02:07 (UTC)

I took maintainership of this package as eddy_hunter gave it up. I pushed a commit where I changed the dependency from java-environment to java-runtime as suggested by tinywrkb, because Eclipse only requires a JRE for execution and installing a JDK is only necessary if you use this package to set up a Java IDE. Maybe, JDKs and other language compilers/tools should be listed as optional dependencies with a reference to corresponding Eclipse plugins (like JDT or CDT). Or, we echo a message after installation informing the user that he has to install the corresponding compilers/tools on its own when installing Eclipse plugins that require them.