Package Details: intellij-idea-ultimate-edition 2024.2.4-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
Submitter: uwolfer
Maintainer: uwolfer (dcelasun)
Last Packager: dcelasun
Votes: 419
Popularity: 0.82
First Submitted: 2009-10-28 09:09 (UTC)
Last Updated: 2024-10-24 14:33 (UTC)

Dependencies (6)

Required by (4)

Sources (5)

Latest Comments

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

dcelasun commented on 2020-05-27 10:00 (UTC)

@fokot no problem. I'm not familiar with pamac but when you install intellij-idea-ultimate-edition it should install both intellij-idea-ultimate-edition and intellij-idea-ultimate-edition-jre. You can check by launching IDEA and going to Help -> About. You should see the JRE in use like this. Do you see the Jetbrains JRE there?

fokot commented on 2020-05-27 09:52 (UTC)

Thanks @dcelasun. And how should I install the jre version? Sorry I switched to linux form mac just few weeks ago. I just did pamac install intellij-idea-ultimate-edition. And this is where I have some files. In bauh where is probably flatpack or snap version (which was not working for me).

$ sudo find / -name intellij-idea-ultimate-edition
/home/fokot/.cache/bauh/arch/installed/aur/intellij-idea-ultimate-edition
find: ‘/run/user/1000/gvfs’: Permission denied
/usr/bin/intellij-idea-ultimate-edition
/var/tmp/pamac-build-fokot/intellij-idea-ultimate-edition
/opt/intellij-idea-ultimate-edition

dcelasun commented on 2020-05-27 07:29 (UTC)

@fokot you need to install intellij-idea-ultimate-edition and intellij-idea-ultimate-edition-jre which are both included in the package. I think maybe your AUR helper is doing something weird with split packages. If in doubt, download the tarball and install with makepkg -si.

fokot commented on 2020-05-27 07:27 (UTC)

And how to run it with bundled jre then? I do have and error that "Tried to use preview panel provider (JavaFX WebView) but it is unavailable. Reverting to default"

fokot commented on 2020-05-27 07:18 (UTC)

Thank you @dcelasun

dcelasun commented on 2020-05-27 06:27 (UTC)

@fokot you installed it wrong, the package should be intellij-idea-ultimate-edition

fokot commented on 2020-05-26 23:10 (UTC)

How to run it? I have no script, neither an app in gnome? I installed it as pamac install intellij-idea-ultimate-edition-jre

kleinph commented on 2020-04-19 09:03 (UTC) (edited on 2020-04-19 09:04 (UTC) by kleinph)

The new light mode (https://blog.jetbrains.com/idea/2020/04/lightedit-mode/) does not work. Is there a symlink or binary missing?

$ idea foo 
No IDE instance has been found. New one will be started.
Traceback (most recent call last):
  File "/usr/local/bin/idea", line 106, in <module>
    os.execv(RUN_PATH, [bin_file] + args)
FileNotFoundError: [Errno 2] No such file or directory