Package Details: intellij-idea-ultimate-edition 2025.3-1

Git Clone URL: https://aur.archlinux.org/intellij-idea-ultimate-edition.git (read-only, click to copy)
Package Base: intellij-idea-ultimate-edition
Description: An intelligent IDE for Java, Groovy and other programming languages with advanced refactoring features intensely focused on developer productivity.
Upstream URL: https://www.jetbrains.com/idea/
Licenses: custom:commercial
Conflicts: intellij-idea-ultimate-edition-jre
Provides: intellij-idea-ultimate-edition-jre
Submitter: uwolfer
Maintainer: uwolfer (dcelasun)
Last Packager: dcelasun
Votes: 440
Popularity: 2.46
First Submitted: 2009-10-28 09:09 (UTC)
Last Updated: 2025-12-08 15:14 (UTC)

Dependencies (6)

Required by (6)

Sources (5)

Latest Comments

1 2 3 4 5 6 .. 43 Next › Last »

Joey5403 commented on 2025-10-09 07:31 (UTC)

Separate Community Edition and Ultimate Edition versions seem to be going away as of 2025.3, per https://blog.jetbrains.com/idea/2025/07/intellij-idea-unified-distribution-plan/ :

With the 2025.3 release, IntelliJ IDEA Community Edition will no longer be distributed as a separate product. Instead, all users will download a single IntelliJ IDEA distribution: one installer and one update stream.

If you are currently using Community Edition, your IDE will automatically update to the unified distribution via the usual patch update process. You will get access to additional features at no cost and a more seamless experience. You will also be able to try Ultimate features with just one click.

The change is minimal for Ultimate users: the IDE will simply be called IntelliJ IDEA without the “Ultimate” suffix.

dcelasun commented on 2025-07-09 15:53 (UTC)

@sylv likely a CDN issue on your end, or cache problem with your AUR helper.

$ makepkg
==> Making package: intellij-idea-ultimate-edition 2025.1.3-1 (Wed 09 Jul 2025 16:52:52 BST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found jetbrains-idea.desktop
  -> Downloading ideaIU-2025.1.3.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   138  100   138    0     0    540      0 --:--:-- --:--:-- --:--:--   541
100 1614M  100 1614M    0     0  70.6M      0  0:00:22  0:00:22 --:--:-- 69.9M
==> Validating source files with sha256sums...
    jetbrains-idea.desktop ... Passed
==> Validating source_x86_64 files with sha256sums...
    ideaIU-2025.1.3.tar.gz ... Passed

sylv commented on 2025-07-09 15:34 (UTC)

It fails the validity check.

==> Validating source_x86_64 files with sha256sums...
    ideaIU-2025.1.3.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
 -> error making: intellij-idea-ultimate-edition-exit status 1
 -> Failed to install the following packages. Manual intervention is required:
intellij-idea-ultimate-edition - exit status 1

dcelasun commented on 2025-06-10 07:46 (UTC)

The desktop files already don't overlap, why can't they coexist?

witt.9099 commented on 2025-06-10 07:08 (UTC) (edited on 2025-06-10 07:10 (UTC) by witt.9099)

refer to the intellij-idea-community-edition-bin package and name jetbrains-idea.desktop as intellij-idea-ultimate-edition.dedsktop to achieve coexistence of multiple versions?

dcelasun commented on 2025-06-06 06:39 (UTC)

@munir0b0t thanks for letting me know, pushed a fix. It shouldn't happen again.

munir0b0t commented on 2025-06-05 23:11 (UTC) (edited on 2025-06-05 23:18 (UTC) by munir0b0t)

The fsnotifier sha256 does not match in the latest package.

==> Validating source_aarch64 files with sha256sums...
    ideaIU-2025.1.2-aarch64.tar.gz ... Passed
    jbr-21.0.6-linux-aarch64-b895.109.tar.gz ... Passed
    fsnotifier ... FAILED

EDIT: It looks like it works once I remove the old build. Probably just didn't download the new file since the older version was still in the build directory.

CamW commented on 2025-04-15 08:12 (UTC)

After starting to use the remote development feature in IDEA, I started running into java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native

This doesn't happen on every SSH connection attempt but it happens frequently if you're using the feature full time, like I am.

Putting jna on the classpath by installing https://aur.archlinux.org/packages/jna has fixed this issue for me.

2025-04-07 13:00:37,781 [   3195] SEVERE - #c.j.g.a.GatewayConnectionProvider - JetBrains Gateway 2024.3.5  Build #GW-243.26053.27
2025-04-07 13:00:37,782 [   3196] SEVERE - #c.j.g.a.GatewayConnectionProvider - JDK: 21.0.6; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2025-04-07 13:00:37,782 [   3196] SEVERE - #c.j.g.a.GatewayConnectionProvider - OS: Linux
2025-04-07 13:00:37,783 [   3197] SEVERE - #c.j.g.a.GatewayConnectionProvider - Last Action:
2025-04-07 13:00:42,542 [   7956]   WARN - #c.j.g.GatewayProtocolHandler - Connection to connect#type=ssh&deploy=false&ssh=****** failed
org.jetbrains.concurrency.MessageError: No connection handle was returned
2025-04-07 13:00:43,020 [   8434] SEVERE - #c.i.o.a.i.FlushQueue - Could not initialize class com.sun.jna.Native
java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native
at com.intellij.ui.jcef.LibC.<clinit>(LibC.java:8)
at com.intellij.ui.jcef.JBCefApp.isLinuxLibcSupported(JBCefApp.java:598)
...
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:92)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: Native library (com/sun/jna/linux-x86-64/libjnidispatch.so) not found in resource path (/opt/intellij-idea-ultimate-edition/plugins/gateway-plugin/lib/gateway-standalone/gateway.core.jar:/opt/intellij-idea-ultimate-edition/plugins/gateway-plugin/lib/gateway-standalone/gateway.jar...) [in thread "DefaultDispatcher-worker-15 @system libs loading#25"]
at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1055)
at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:1011)
...
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:763)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750)
2025-04-07 13:00:43,024 [   8438] SEVERE - #c.i.o.a.i.FlushQueue - JetBrains Gateway 2024.3.5  Build #GW-243.26053.27
2025-04-07 13:00:43,024 [   8438] SEVERE - #c.i.o.a.i.FlushQueue - JDK: 21.0.6; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2025-04-07 13:00:43,024 [   8438] SEVERE - #c.i.o.a.i.FlushQueue - OS: Linux
2025-04-07 13:00:43,025 [   8439] SEVERE - #c.i.o.a.i.FlushQueue - Last Action:
2025-04-07 13:00:48,927 [  14341]   WARN - #c.i.u.Alarm - Do not create alarm without coroutineScope: com.jetbrains.gateway.ssh.panels.recentConnections.RecentProjectsPanel$createSearchField$searchField$1.<init>(RecentProjectsPanel.kt:102)
2025-04-07 13:00:48,968 [  14382]   WARN - #c.j.g.s.p.SshRecentConnectionsAdapter - Connection check for 192.168.1.122 failed with error: Exception java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native [in thread "DefaultDispatcher-worker-21 @com.intellij.openapi.rd.util.RdCoroutineHost$ScopeHolder#519"]
2025-04-07 13:01:19,026 [  44440]   WARN - #c.j.g.s.p.SshRecentConnectionsAdapter - Connection check for 192.168.1.122 failed with error: Exception java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native [in thread "DefaultDispatcher-worker-21 @com.intellij.openapi.rd.util.RdCoroutineHost$ScopeHolder#519"]
2025-04-07 13:01:49,042 [  74456]   WARN - #c.j.g.s.p.SshRecentConnectionsAdapter - Connection check for 192.168.1.122 failed with error: Exception java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native [in thread "DefaultDispatcher-worker-21 @com.intellij.openapi.rd.util.RdCoroutineHost$ScopeHolder#519"]
...

Poscat commented on 2025-03-06 13:25 (UTC) (edited on 2025-03-07 03:47 (UTC) by Poscat)

I'm using mkchrootpkg, which seems to be the cause (investigating).

Update: it's a paru bug, apologies for the confusion

dcelasun commented on 2025-03-06 12:59 (UTC)

It is updated. Are you sure you're not using a cached build directory?