Package Details: webstorm 2023.3.5-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: 181
Popularity: 0.62
First Submitted: 2012-01-05 18:10 (UTC)
Last Updated: 2024-03-15 13:33 (UTC)

Dependencies (4)

Required by (0)

Sources (3)

Latest Comments

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

richard-muvirimi commented on 2024-03-18 13:54 (UTC)

This works if you manually install the webstorm-jre package, the aur helpers do not ask to install the optional dependencies. Checked the PKGBUILD, may you kindly confirm if the location of optdepends is correct inside the package_webstorm function? The official docs seem to indicate it should be located not within a function https://wiki.archlinux.org/title/PKGBUILD

starquake commented on 2024-03-18 11:59 (UTC)

I think you have to install a JRE.

This is what it says for the dependencies for webstorm: java-runtime (...) (optional) – JRE - Required if webstorm-jre is not installed

richard-muvirimi commented on 2024-03-18 08:14 (UTC) (edited on 2024-03-18 13:48 (UTC) by richard-muvirimi)

A fresh install on a new system results in the following error on launch "No JRE found. Please make sure $WEBSTORM_JDK, $JDK_HOME, or $JAVA_HOME point to valid JRE installation."

37h4n commented on 2023-02-12 22:48 (UTC) (edited on 2023-05-21 20:24 (UTC) by 37h4n)

I modified the PKGBUILD to add aarch64 support for Asahi Linux users:

2023.1.2: https://bafybeieudv7j5kl24vvvftbri3snkyoujg7avecztvs34hns24plk3sdqq.ipfs.kubo.sudoer.ch/?filename=2023.1.2_1.PKGBUILD (backup link)

It would be nice to see aarch64 support make its way into the main package.

jtiemer commented on 2022-12-09 14:35 (UTC)

@freswa Thanks from me as well. I encountered the same problem with webstorm and webstorm-jre. With pikaur and plain makepkg -i.

blackfox commented on 2022-12-09 13:26 (UTC)

@freswa That indeed fixed my problem.

Thanks for the work around!

vitalijr2 commented on 2022-12-08 15:33 (UTC)

com/intellij/util/lang/PathClassLoader has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0

It means that the webstorm requires java 17 and cannot run on java 11.

freswa commented on 2022-12-08 12:18 (UTC)

@blackfox I'd recommend to use makepkg -sCci to cleanup the build environment before and after pkg creation. I'll work on a solution for polluted build enviroments anyways. Thanks!

blackfox commented on 2022-12-07 23:02 (UTC)

Hello @freswa,

Sorry to reply only now, didn't receive a notification. Basically I don't use any AUR helper, simple makepkg -si.

Thanks