Package Details: webstorm 2025.2.1-1

Git Clone URL: https://aur.archlinux.org/webstorm.git (read-only, click to copy)
Package Base: webstorm
Description: JavaScript IDE and HTML editor
Upstream URL: https://www.jetbrains.com/webstorm/
Licenses: custom:jetbrains
Submitter: Testuser_01
Maintainer: freswa
Last Packager: freswa
Votes: 183
Popularity: 1.49
First Submitted: 2012-01-05 18:10 (UTC)
Last Updated: 2025-08-29 12:33 (UTC)

Dependencies (4)

Required by (0)

Sources (3)

Latest Comments

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

kyriesenbach commented on 2025-09-12 13:25 (UTC)

Installing on Wayland (sway) gave me "Failed to initialize graphics environment". The Wayland-native functionality can be enabled via echo "-Dawt.toolkit.name=WLToolkit" >> /opt/webstorm/bin/webstorm64.vmoptions post install.

vitalijr2 commented on 2025-08-21 14:37 (UTC) (edited on 2025-08-22 12:05 (UTC) by vitalijr2)

4 [ERROR] xplat_launcher::ui: Failed to show error message: NoImplementation
Cannot start the IDE
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

I have tried to re-install it but it happens again.

I suppose it happens because the package couldn't use a non-default JVM. Could you examine using of archlinux-java-run?

lisniper commented on 2025-05-17 08:17 (UTC)

For those installing webstorm for the first time, and don't have a previous config. Run /opt/webstorm/bin/webstorm.sh, once at the "Welcome to Webstorm" page that asks about creating your first project, do Ctrl + Shift + A and type "Choose Boot Java Runtime for the IDE". Select "New" and click the newest version, then click Ok. Now you can launch webstorm normally using /opt/webstorm/bin/webstorm or via the .desktop file

if do like this .it will distroy the lightdm.

after i do this.. i can not login.. buy other tty works...

i will modify some file .i am not sure!

Larvey commented on 2024-12-02 15:26 (UTC)

For those installing webstorm for the first time, and don't have a previous config. Run /opt/webstorm/bin/webstorm.sh, once at the "Welcome to Webstorm" page that asks about creating your first project, do Ctrl + Shift + A and type "Choose Boot Java Runtime for the IDE". Select "New" and click the newest version, then click Ok. Now you can launch webstorm normally using /opt/webstorm/bin/webstorm or via the .desktop file.

Source: https://youtrack.jetbrains.com/articles/SUPPORT-A-430/Cant-start-IDE-Runtime-not-found-Arch-Linux

RoiArthurB commented on 2024-11-27 02:57 (UTC)

@ggping @jaapcrezee I just find out the issue !

For some reason, the config folder is not created for the new Webstorm version, so the simple fix is to just duplicate the Webstorm config from 2024.2 to 2024.3 (here's a one-line command to do so : cp -r ~/.config/JetBrains/WebStorm2024.2 ~/.config/JetBrains/WebStorm2024.23 )

Now everything works just fine with the latest version :D

RoiArthurB commented on 2024-11-27 02:52 (UTC)

@ggping it doesn't help on my side :/ I did re-install the previous version and work with it 🤷

ggping commented on 2024-11-25 10:07 (UTC)

@RoiArthurB @jaapcrezee I manually installed a Java RE (i.e., pacman -S java-runtime) and it seemed to work; not sure why this is necessary.

RoiArthurB commented on 2024-11-15 15:10 (UTC)

I'm having the exact same issue as @jaapcrezee :/

jaapcrezee commented on 2024-11-14 21:28 (UTC)

2024.3-1 gives me

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

When starting /opt/webstorm/bin/webstorm

nnra commented on 2024-10-07 10:44 (UTC)

If anybody has issues with webstorm not launching, just change this desktop entry line(usually located at /usr/share/applications/jetbrains-webstorm.desktop) from: Exec="/opt/webstorm/bin/webstorm" %f to: Exec="/opt/webstorm/bin/webstorm.sh" %f No clue why it works, it just does.