Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
283
Downloads of v 2020.12:
20
Last Update:
14 Jan 2021
Package Maintainer(s):
Software Author(s):
- Eclipse Team
Tags:
eclipse-cpp eclipse ide c c++ development
Eclipse IDE for C/C++ Developers
Downloads:
283
Downloads of v 2020.12:
20
Software Author(s):
- Eclipse Team
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
All Checks are Passing
2 Passing Test
To install Eclipse IDE for C/C++ Developers, run the following command from the command line or from PowerShell:
To upgrade Eclipse IDE for C/C++ Developers, run the following command from the command line or from PowerShell:
To uninstall Eclipse IDE for C/C++ Developers, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download eclipse-cpp --internalize --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade eclipse-cpp -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade eclipse-cpp -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure eclipse-cpp installed
win_chocolatey:
name: eclipse-cpp
state: present
version: 2020.12
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'eclipse-cpp' do
action :install
version '2020.12'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: eclipse-cpp,
Version: 2020.12,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller eclipse-cpp
{
Name = 'eclipse-cpp'
Ensure = 'Present'
Version = '2020.12'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'eclipse-cpp':
provider => 'chocolatey',
ensure => '2020.12',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install eclipse-cpp version="2020.12" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved by moderator TheCakeIsNaOH on 16 Feb 2021.
Prerequisites
You will need a Java runtime environment (JRE) to use Eclipse (Java SE 8 or greater is recommended). All downloads are provided under the terms and conditions of the Eclipse Foundation Software User Agreement unless otherwise specified.
Features
This package includes:
- C/C++ Development Tools
- Git integration for Eclipse
- Mylyn Task List
- Remote System Explorer
Detailed features list
- org.eclipse.epp.package.cpp.feature
- org.eclipse.epp.package.common.feature
- org.eclipse.platform
- org.eclipse.cdt
- org.eclipse.cdt.autotools
- org.eclipse.cdt.build.crossgcc
- org.eclipse.cdt.debug.standalone
- org.eclipse.cdt.debug.ui.memory
- org.eclipse.cdt.launch.remote
- org.eclipse.cdt.mylyn
- org.eclipse.egit
- org.eclipse.linuxtools.cdt.libhover.feature
- org.eclipse.linuxtools.cdt.libhover.devhelp.feature
- org.eclipse.linuxtools.changelog.c
- org.eclipse.linuxtools.gcov
- org.eclipse.linuxtools.gprof.feature
- org.eclipse.linuxtools.rpm
- org.eclipse.linuxtools.valgrind
- org.eclipse.mylyn.bugzilla_feature
- org.eclipse.mylyn.context_feature
- org.eclipse.mylyn_feature
- org.eclipse.mylyn.ide_feature
- org.eclipse.mylyn.team_feature
- org.eclipse.mylyn.wikitext_feature
- org.eclipse.rse
- org.eclipse.tm.terminal.feature
- org.eclipse.tm.terminal.connector.cdtserial.feature
- org.eclipse.tracecompass.gdbtrace
- org.eclipse.tracecompass.lttng2.control
- org.eclipse.tracecompass.lttng2.kernel
- org.eclipse.tracecompass.lttng2.ust
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = "$toolsDir"
url = 'http://ftp.fau.de/eclipse/technology/epp/downloads/release/2020-12/R/eclipse-cpp-2020-12-R-win32-x86_64.zip'
checksum = 'bea7e6a7a947efceb48bf28aced3ba134cfae3af071f417becfa3b5848852ea3'
checksumType = 'sha256'
}
Install-ChocolateyZipPackage @packageArgs
# Don't create shims for other executables
$files = Get-ChildItem "$toolsDir" -Recurse -Include *.exe -Exclude eclipse.exe,eclipsec.exe
foreach ($file in $files) {
New-Item "$file.ignore" -type file -force | Out-Null
}
# Install start menu shortcut
$programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$shortcutFilePath = Join-Path $programs "Eclipse IDE for C-C++ Developers.lnk"
$targetPath = Join-Path $toolsDir "eclipse\eclipse.exe"
Install-ChocolateyShortcut -shortcutFilePath $shortcutFilePath -targetPath $targetPath
# Remove start menu shortcut
$programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$shortcutFilePath = Join-Path $programs "Eclipse IDE for C-C++ Developers.lnk"
if (Test-Path $shortcutFilePath) { Remove-Item $shortcutFilePath }
Log in or click on link to see number of positives.
- eclipse-cpp.2020.12.nupkg (37953e48bb12) - ## / 62
- eclipse-cpp-2020-12-R-win32-x86_64.zip (bea7e6a7a947) - ## / 35
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Eclipse IDE for C/C++ Developers 2020.12 | 20 | Thursday, January 14, 2021 | Approved |
© Copyright Eclipse contributors and others 2000, 2019. All rights reserved.
This package has no dependencies.
Ground Rules:
- This discussion is only about Eclipse IDE for C/C++ Developers and the Eclipse IDE for C/C++ Developers 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 Eclipse IDE for C/C++ Developers, 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.