You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have no problem installing the package, but when I run IntelliJ IDEA I got this error:
**Start Failed**
Internal error
java.lang.RuntimeException: Could not find installation home path. Please make sure bin/idea.properties is present in the installation directory.
at com.intellij.openapi.application.PathManager.getHomePath(PathManager.java:112)
at com.intellij.openapi.application.PathManager.getBinDirectories(PathManager.java:145)
at com.intellij.openapi.application.PathManager.loadProperties(PathManager.java:684)
at com.intellij.idea.Main.mainImpl(Main.kt:57)
at com.intellij.idea.Main.main(Main.kt:49)
-----
JRE: 21.0.4+13-b509.17 amd64 (JetBrains s.r.o.)
/usr/share/intellij-idea-community/jbr
Patch for package
No response
The text was updated successfully, but these errors were encountered:
I guess it's something important for the program is missing. Try to re-install it (uninstall first, then install it again). If still have same problems, check your openJDK versions and make sure it's latest or if still same as above after check the openJDK, you can ask it on IDEA Community Forum instead here.
Anyway, according to what I see from the error and I also trying install, there are important file product-info.json was missing during packaging. So, I'll fix the pacscripts about include that important JSON scripts. Without that, any JetBrains IDE which installed via Pacstall will not running without product-info.json.
Anyway, according to what I see from the error and I also trying install, there are important file product-info.json was missing during packaging. So, I'll fix the pacscripts about include that important JSON scripts. Without that, any JetBrains IDE which installed via Pacstall will not running without product-info.json.
Package name
intellij-idea-community-bin
Version
2024.2.3-1
Pacstall version
5.5.0 Rust
Relevant log output
I have no problem installing the package, but when I run IntelliJ IDEA I got this error:
Patch for package
No response
The text was updated successfully, but these errors were encountered: