Package Details: intellij-idea-ultimate-edition 2025.1-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: 427
Popularity: 3.12
First Submitted: 2009-10-28 09:09 (UTC)
Last Updated: 2025-04-16 15:17 (UTC)

Dependencies (6)

Required by (5)

Sources (5)

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 43 Next › Last »

rfyoung commented on 2021-07-01 05:50 (UTC) (edited on 2021-07-01 05:52 (UTC) by rfyoung)

Hello. It seems that the official sha256sum of the intellij idea package is different from one in the PKGBUILD. This provided official sha256sum might be help. Thanks!

coreja commented on 2021-03-17 07:51 (UTC)

@dcelasun yeah, I also check sha256sum that jetbrains provided, matches the version in pkgbuild. So I downloaded it again just now. Now it's build version 203.7717.56. Thanks for your kindly reply. It might has something to do with cdn cache.

dcelasun commented on 2021-03-17 07:29 (UTC)

On this page I see a build version of 203.7717.56 (screenshot). Maybe the CDN isn't updated in your region?

coreja commented on 2021-03-17 06:09 (UTC)

Hey. The newly downloaded package of ideaIU has a build version of 203.7717.32. Its sha256sum is not equal to the one in your pkgbuild(build version 203.7717.56).

Skipperio commented on 2021-03-14 12:53 (UTC)

Unrecognized VM option 'UseConcMarkSweepGC' Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit.

or any other error solution: sudo pacman -S jdk11-openjdk

sudo archlinux-java set java-11-openjdk

laokong commented on 2021-02-15 04:45 (UTC)

After install intellij-idea-ultimate, show ERROR LicenseManager - No valid license found in below. how to resolve? help me, thank you.

my java jdk Environment: Available Java environments: java-15-jdk (default) java-15-openjdk

java -version
java version "15.0.2" 2021-01-19 Java(TM) SE Runtime Environment (build 15.0.2+7-27) Java HotSpot(TM) 64-Bit Server VM (build 15.0.2+7-27, mixed mode, sharing)

intellij-idea-ultimate-edition %u  ✔  10s  WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.intellij.util.ui.StartupUiUtil to constructor com.sun.java.swing.plaf.gtk.GTKLookAndFeel() WARNING: Please consider reporting this to the maintainers of com.intellij.util.ui.StartupUiUtil WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release No valid license found 2021-02-14 23:18:37,502 [ 776] ERROR - #LicenseManager - No valid license found java.lang.Throwable: No valid license found at com.intellij.openapi.diagnostic.Logger.error(Logger.java:159) at com.intellij.ide.b.g.aV.c(aV.java:174) at com.intellij.ide.b.g.aV.a(aV.java:80) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at com.intellij.idea.MainImpl.start(MainImpl.java:95) at com.intellij.idea.StartupUtil.startApp(StartupUtil.java:302) at com.intellij.idea.StartupUtil.prepareApp(StartupUtil.java:242) at com.intellij.ide.plugins.MainRunner.lambda$start$1(MainRunner.java:41) at java.base/java.lang.Thread.run(Thread.java:832) 2021-02-14 23:18:37,504 [ 778] ERROR - #LicenseManager - IntelliJ IDEA 2020.3.2 Build #IU-203.7148.57 2021-02-14 23:18:37,504 [ 778] ERROR - #LicenseManager - JDK: 15.0.2; VM: Java HotSpot(TM) 64-Bit Server VM; Vendor: Oracle Corporation 2021-02-14 23:18:37,504 [ 778] ERROR - #LicenseManager - OS: Linux /1.4s

etylermoss commented on 2021-02-08 17:13 (UTC)

I got the error Unrecognized VM option 'UseConcMarkSweepGC', OpenJDK 15. Fixed by using makepkg, used yay the first time.

kuro commented on 2020-12-04 10:41 (UTC)

Im my case I: Reset the java Version with: archlinux-java command. Selected: java-11-openjdk and re-installed. It fixed the problem.

Marcel_K commented on 2020-12-02 01:27 (UTC)

I guess you were using an AUR-helper instead of makepkg, didn't you? When I used such a tool in the past, things did went wrong. Just pulling changes from the Git repository and running makepkg manually solved many problems for me. In this case, you have to install both packages that are created by makepkg and my guess is not installing both caused your issue.

ElijahLynn commented on 2020-12-02 01:20 (UTC)

K, so somehow the package that this AUR creates, intellij-idea-ultimate-edition-jre, wasn't actually installed when I updated. I got it installed by doing a manual install from the PKGBUILD file with makepkg -si etc. Once the ./jre folder was in /opt/intellij-idea-ultimate-edition from that package, the ./idea.sh script was able to detect it first rather than my system Java (1.8) and it started up correctly and created the right .config/.. folder etc.

Not sure why it didn't build the intellij-idea-ultimate-edition-jre package though, but that was the reason. I learned a TON about how PKGBUILD files work so that was fun!