Package Details: intellij-idea-ultimate-edition 2025.1.2-2

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: 429
Popularity: 3.60
First Submitted: 2009-10-28 09:09 (UTC)
Last Updated: 2025-06-06 06:37 (UTC)

Dependencies (6)

Required by (5)

Sources (5)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 43 Next › Last »

ggdG commented on 2024-08-08 00:37 (UTC) (edited on 2024-08-08 00:50 (UTC) by ggdG)

Can't start the IDE after installing 2024.2-2.

Error message: Cannot find a runtime

Caused by:
Runtime not found

Please try to reinstall the IDE.
For support, please refer to https://jb.gg/ide/critical-startup-errors


/bin/idea.sh works fine, however, /bin/idea cannot work.

dcelasun commented on 2024-08-07 12:04 (UTC)

@nopreserveroot good idea, just pushed a new pkgrel with the change.

nopreserveroot commented on 2024-08-07 11:59 (UTC) (edited on 2024-08-07 11:59 (UTC) by nopreserveroot)

Hi, JetBrains recommends staring the IDE using the native launcher (the idea binary) and not the startup script (idea.sh). See https://youtrack.jetbrains.com/articles/SUPPORT-A-56/Switch-to-a-native-launcher-notification

I think replacing

  ln -s /opt/$pkgname/bin/idea.sh "$pkgdir"/usr/bin/$pkgname

with

  ln -s /opt/$pkgname/bin/idea "$pkgdir"/usr/bin/$pkgname

in line 60 would suffice.

dcelasun commented on 2024-07-23 16:37 (UTC)

Ah, so it's a China thing. Alright, I'll change the URL with the next version as I don't want to force an update for everyone by bumping pkgrel.

y5c4l3 commented on 2024-07-23 16:33 (UTC)

@dcelasun Yes, it holds true for the majority. I've added more details to my previous comment.

dcelasun commented on 2024-07-23 16:03 (UTC)

@y5c4l3 both URLs end up pointing to the same CloudFront distribution hosting the same file in the same S3 bucket.

y5c4l3 commented on 2024-07-23 15:54 (UTC) (edited on 2024-07-23 16:24 (UTC) by y5c4l3)

Hello, the previously used URL is optimized at least for the time being:

https://download.jetbrains.com/idea/ideaIU-2024.1.4.tar.gz

302 redirects comparison between different locations:

> GET /idea/ideaIU-2024.1.4.tar.gz HTTP/2
> Host: download.jetbrains.com
> User-Agent: curl/8.8.0
> Accept: */*
> 
* Request completely sent off
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
< HTTP/2 302 
< content-type: text/html
< content-length: 138
< location: https://download-cdn.jetbrains.com/idea/ideaIU-2024.1.4.tar.gz
< via: 1.1 f20c2924343ce57c71ac85e5ceb39250.cloudfront.net (CloudFront)
> GET /idea/ideaIU-2024.1.4.tar.gz HTTP/2
> Host: download.jetbrains.com
> User-Agent: curl/8.8.0
> Accept: */*
> 
* Request completely sent off
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
< HTTP/2 302 
< content-type: text/html
< content-length: 138
< location: https://download.jetbrains.com.cn/idea/ideaIU-2024.1.4.tar.gz

download-cdn.jetbrains.com and download-cf.jetbrains.com are all pointing at AWS CloudFront. Connections in some countries have the worst speed with regard to AWS CloudFront, so could you please consider a revert? Thanks.

warnimal commented on 2024-04-02 06:26 (UTC)

Hello guys,

For some reason I am getting this error while trying to install 2023.3.6.

error: could not extract /opt/intellij-idea-ultimate-edition/plugins/javascript-debugger/lib/javascript-debugger.jar

dcelasun commented on 2023-12-13 14:44 (UTC)

@ginkel I'll change the domain with the next update.