Downloads:
697,926
Downloads of v 2024.3.2.2:
14
Last Update:
30 Jan 2025
Published Date:
30 Jan 2025
Package Maintainer(s):
Software Author(s):
- JetBrains
Tags:
java ide jetbrains idea adminJetBrains IntelliJ IDEA (Community Edition)
(Waiting for Maintainer to take corrective action)
- 1
- 2
- 3
2024.3.2.2 | Updated: 30 Jan 2025
Downloads:
697,926
Downloads of v 2024.3.2.2:
14
Published:
30 Jan 2025
Software Author(s):
- JetBrains
JetBrains IntelliJ IDEA (Community Edition) 2024.3.2.2
(Waiting for Maintainer to take corrective action)
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by JetBrains. The inclusion of JetBrains trademark(s), if any, upon this webpage is solely to identify JetBrains goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
This version is in moderation and has not yet been approved. This means it doesn't show up under normal search.
- Until approved, you should consider this package version unsafe - it could do very bad things to your system (it probably doesn't but you have been warned, that's why we have moderation).
- This package version can change wildly over the course of moderation until it is approved. If you install it and it later has changes to this version, you will be out of sync with any changes that have been made to the package. Until approved, you should consider that this package version doesn't even exist.
- You cannot install this package under normal scenarios. See How to install package version under moderation for more information.
- There are also no guarantees that it will be approved.
There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.
Excel at enterprise, mobile and web development with Java, Scala and Groovy, with all the latest modern technologies and frameworks available out of the box.
$ErrorActionPreference = 'Stop';
$packageName = 'intellijidea-community'
$softwareName = 'IntelliJ IDEA Community Edition*'
$installerType = 'EXE'
$silentArgs = '/S'
$validExitCodes = @(0, 3010, 1605, 1614, 1641)
if ($installerType -ne 'MSI') {
$validExitCodes = @(0)
}
[array]$key = Get-UninstallRegistryKey -SoftwareName $softwareName
if ($key.Count -eq 1) {
$key | % {
$file = "$($_.UninstallString)"
if ($installerType -eq 'MSI') {
$silentArgs = "$($_.PSChildName) $silentArgs"
$file = ''
}
Uninstall-ChocolateyPackage -PackageName $packageName `
-FileType $installerType `
-SilentArgs "$silentArgs" `
-ValidExitCodes $validExitCodes `
-File "$file"
}
# Temporary workaround for race condition in chocolaty 0.10.3. The bug is fixed in 0.10.4.
Start-Sleep -Seconds 10
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$key.Count matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $_.DisplayName"}
}
; Installation mode. It can be user or admin.
; NOTE: for admin mode please use "Run as Administrator" for command prompt to avoid UAC dialog.
mode=admin
; Desktop shortcut for launchers
launcher32=0
launcher64=1
; Add launchers path to PATH env variable
updatePATH=0
; Add "Open Folder as Project" to context menu
updateContextMenu=0
; Download and install jre32
jre32=0
; List of associations. To create an association change value to 1.
.java=0
.groovy=0
.kt=0
No results available for this package. We are building up results for older packages over time so expect to see results. If this is a new package, it should have results within a day or two.
This package has no dependencies.
Ground Rules:
- This discussion is only about JetBrains IntelliJ IDEA (Community Edition) and the JetBrains IntelliJ IDEA (Community Edition) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or JetBrains IntelliJ IDEA (Community Edition), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
zed (maintainer) on 30 Jan 2025 02:56:40 +00:00:
User 'zed' (maintainer) submitted package.
chocolatey-ops (reviewer) on 30 Jan 2025 03:29:26 +00:00:
intellijidea-community has passed automated validation. It may have or may still fail other checks like testing (verification).
Congratulations! This package passed automatic validation review without flagging on any issues the validator currently checks. A human review could still turn up issues a computer may not easily find.
chocolatey-ops (reviewer) on 30 Jan 2025 09:59:30 +00:00:
intellijidea-community has failed automated package testing (verification).
Please visit https://gist.github.com/choco-bot/4deffe6aec01280fea887582879baa7a for details.
The package status will be changed and will be waiting on your next actions.
chocolatey-ops (reviewer) on 19 Feb 2025 03:34:02 +00:00:
We've found intellijidea-community v2024.3.2.2 in a submitted status and waiting for your next actions. It has had no updates for 20 or more days since a reviewer has asked for corrections. Please note that if there is no response or fix of the package within 15 days of this message, this package version will automatically be closed (rejected) due to being stale.
Take action:
If your package is failing automated testing, you can use the chocolatey test environment to manually run the verification and determine what may need to be fixed.
Note: We don't like to see packages automatically rejected. It doesn't mean that we don't value your contributions, just that we can not continue to hold packages versions in a waiting status that have possibly been abandoned. If you don't believe you will be able to fix up this version of the package within 15 days, we strongly urge you to log in to the site and respond to the review comments until you are able to.