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...
Downloads:
3,610,216
Downloads of v 7.0.60:
12,449
Last Update:
29 May 2014
Package Maintainer(s):
Software Author(s):
- Oracle
Tags:
java runtime environment- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Java Runtime (JRE)
This is not the latest version of Java Runtime (JRE) available.
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
3,610,216
Downloads of v 7.0.60:
12,449
Maintainer(s):
Software Author(s):
- Oracle
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.
Java Runtime (JRE) 7.0.60
This is not the latest version of Java Runtime (JRE) available.
All Checks are Unknown
2 Test of Unknown Status
Validation Testing Unknown
Verification Testing Unknown
To install Java Runtime (JRE), run the following command from the command line or from PowerShell:
To upgrade Java Runtime (JRE), run the following command from the command line or from PowerShell:
To uninstall Java Runtime (JRE), 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 javaruntime --internalize --version=7.0.60 --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 javaruntime -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 javaruntime -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 javaruntime installed
win_chocolatey:
name: javaruntime
state: present
version: 7.0.60
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 'javaruntime' do
action :install
version '7.0.60'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: javaruntime,
Version: 7.0.60,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller javaruntime
{
Name = 'javaruntime'
Ensure = 'Present'
Version = '7.0.60'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'javaruntime':
provider => 'chocolatey',
ensure => '7.0.60',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install javaruntime version="7.0.60" 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.
This package was approved as a trusted package on 24 Nov 2015.
Java allows you to play online games, chat with people around the world, calculate your mortgage interest, and view images in 3D, just to name a few. It's also integral to the intranet applications and other e-business solutions that are the foundation of corporate computing.
Note: This package installs both 32 and 64-bit versions on 64-bit systems.
Log in or click on link to see number of positives.
- javaruntime.7.0.60.nupkg (08f3a940d23c) - ## / 56
- jre-7u60-windows-i586.exe&BHost=javadl.sun.com&File=jre-7u60-windows-i586.exe&AuthParam=1459983783_e09ea42c97858b6cd60d1db63c604d68&ext=.exe (c950aee2f571) - ## / 56
- jre-7u60-windows-x64.exe&BHost=javadl.sun.com&File=jre-7u60-windows-x64.exe&AuthParam=1459983792_8b86807b2e33b5fb643757b545fc9dc9&ext=.exe (b13a3d797bd9) - ## / 57
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 |
---|---|---|---|
Java Runtime (JRE) 8.0.231 | 685291 | Tuesday, October 29, 2019 | Approved |
Java Runtime (JRE) 8.0.191 | 501050 | Saturday, November 10, 2018 | Approved |
Java Runtime (JRE) 8.0.181 | 95189 | Thursday, October 4, 2018 | Approved |
Java Runtime (JRE) 8.0.151 | 467498 | Monday, October 30, 2017 | Approved |
Java Runtime (JRE) 8.0.144 | 213190 | Friday, August 11, 2017 | Approved |
Java Runtime (JRE) 8.0.121 | 451991 | Friday, February 17, 2017 | Approved |
Java Runtime (JRE) 8.0.101 | 631645 | Sunday, September 18, 2016 | Approved |
Java Runtime (JRE) 8.0.73 | 180756 | Monday, March 21, 2016 | Approved |
Java Runtime (JRE) 8.0.66 | 42282 | Friday, January 8, 2016 | Approved |
Java Runtime (JRE) 8.0.60 | 27888 | Sunday, October 25, 2015 | Approved |
Java Runtime (JRE) 8.0.51 | 28433 | Friday, August 21, 2015 | Approved |
Java Runtime (JRE) 8.0.40 | 75259 | Tuesday, March 24, 2015 | Approved |
Java Runtime (JRE) 7.0.75 | 52855 | Tuesday, January 20, 2015 | Approved |
Java Runtime (JRE) 7.0.71 | 35156 | Wednesday, October 15, 2014 | Approved |
Java Runtime (JRE) 7.0.67.20140930 | 11436 | Tuesday, September 30, 2014 | Approved |
Java Runtime (JRE) 7.0.67.20140907 | 14982 | Saturday, September 6, 2014 | Approved |
Java Runtime (JRE) 7.0.67 | 12032 | Tuesday, August 5, 2014 | Approved |
Java Runtime (JRE) 7.0.65.20140715 | 6749 | Tuesday, July 15, 2014 | Approved |
Java Runtime (JRE) 7.0.60 | 12449 | Thursday, May 29, 2014 | Approved |
Java Runtime (JRE) 7.0.55.20140523 | 3283 | Thursday, May 22, 2014 | Approved |
Java Runtime (JRE) 7.0.55.20140522 | 536 | Thursday, May 22, 2014 | Approved |
Java Runtime (JRE) 7.0.55.20140521 | 1793 | Wednesday, May 21, 2014 | Approved |
Java Runtime (JRE) 7.0.55.20140520 | 1853 | Tuesday, May 20, 2014 | Approved |
Java Runtime (JRE) 7.0.55 | 10816 | Wednesday, April 16, 2014 | Approved |
Java Runtime (JRE) 7.0.51.20140128 | 11759 | Tuesday, January 28, 2014 | Approved |
Java Runtime (JRE) 7.0.51 | 3386 | Tuesday, January 14, 2014 | Approved |
Java Runtime (JRE) 7.0.45 | 7014 | Wednesday, October 16, 2013 | Approved |
Java Runtime (JRE) 7.0.40.20131007 | 1379 | Monday, October 7, 2013 | Approved |
Java Runtime (JRE) 7.0.40 | 2392 | Friday, September 13, 2013 | Approved |
Java Runtime (JRE) 7.0.25 | 4930 | Tuesday, June 18, 2013 | Approved |
Java Runtime (JRE) 7.0.21 | 2574 | Wednesday, April 17, 2013 | Approved |
Java Runtime (JRE) 7.0.17 | 1420 | Tuesday, March 5, 2013 | Approved |
Java Runtime (JRE) 7.0.15 | 919 | Wednesday, February 20, 2013 | Approved |
Java Runtime (JRE) 7.0.11 | 1025 | Monday, January 21, 2013 | Approved |
Java Runtime (JRE) 7.0.9 | 1167 | Wednesday, December 5, 2012 | Approved |
Java Runtime (JRE) 7.0.5.1 | 651 | Friday, November 30, 2012 | Approved |
Java Runtime (JRE) 7.0.5 | 2633 | Sunday, June 17, 2012 | Approved |
Java Runtime (JRE) 6.0.31.1 | 1682 | Wednesday, April 25, 2012 | Approved |
Jave Runtime (JRE) 6.0.30 | 2487 | Tuesday, January 10, 2012 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about Java Runtime (JRE) and the Java Runtime (JRE) 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 Java Runtime (JRE), 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.