Modern Java environment for Windows using Chocolatey

Update your Windows 10 64bit Java development environment with Chocolatey. Chocolatey is a software like the Windows version of Ubuntu / Debian-based apt-get. I do this about once a year, and of course I forget it the next time, so make a note of it. Article "Notes on building an environment using Chocolatey" is used as a reference.

I installed Chocolatey according to a certain tutorial and use it very rarely, so I can not judge whether it is a wonderful software. However, I am worried that the Release Notes are not often used.

procedure

First, ** start Powershell with administrator privileges **. I stopped because I got a warning at the command prompt.

Check installed packages

Check the list of installed packages with choco list -lo.

Powershell admin rights


> choco list -lo
adoptopenjdk8 8.242.8
chocolatey 0.10.15
maven 3.6.3
3 packages installed.

Bulk update

Update all installed packages in bulk with choco upgrade all -y.

Powershell admin rights


choco upgrade all -y

Individual update (bonus)

If you want to update the packages individually, use choco upgrade [packageName].

Powershell admin rights


choco upgrade [packageName]

Recommended Posts

Modern Java environment for Windows using Chocolatey
Deploying a Java environment with Windows Subsystem for Linux (WSL)
Java environment variable settings (Windows, AdoptOpenJDK11)
Build Java development environment (for Mac)
[Java & SpringBoot] Environment Construction for Mac
Modern best practices for Java testing
GraalVM for Java Performance (Windows Developer Build)
Memory measurement for Java apps using jstat
Using JupyterLab + Java with WSL on Windows 10
Summary of Java environment settings for myself [mac]
[Windows] [IntelliJ] [Java] [Tomcat] Create a Tomcat9 environment with IntelliJ
ChatWork4j for using the ChatWork API in Java
Environment construction procedure for using PowerMock with JUnit
[Java] Environment construction
[Ubuntu 18.04] Environment construction for using PyTorch with RTX3090
Solution for NetBeans 8.2 not working in Java 9 environment
Java environment construction
Java development environment
2017 IDE for Java
Build a development environment for Docker, java, vscode
Java for statement
WebSphere Liberty for Windows development environment maintenance procedure
[For beginners] Until building a Web application development environment using Java on Mac OS
Create a Java development environment using jenv on Mac
[Java] [SQL Server] Connect to local SQL Server 2017 using JDBC for SQL Server
I built an Ubuntu environment on Windows 10 using WSL2.
[Java] Environment construction procedure for developing struts 1.3 with Eclipse
I tried using Docker Desktop for Windows on Windows 10 Home
Prepare the environment for java11 and javaFx with Ubuntu 18.4
[2021] Build a Docker + Vagrant environment for using React / TypeScript
Penronse environment construction [Windows]
[Java] for statement, while statement
Sorting using java comparator
Java development environment memo
[Summary] Java environment preparation
[Java] Package for management
[Java] for statement / extended for statement
Scraping practice using Java ②
Countermeasures for Java OutOfMemoryError
NLP for Java (NLP4J) (2)
(Memo) Java for statement
NLP for Java (NLP4J) (1)
Scraping practice using Java ①
java development environment construction
I tried to create a java8 development environment with Chocolatey
[Java] Get Map key / value pairs using extended for statement
Web application development environment construction in Java (for inexperienced people)
Create QR code for Google Authenticator using ZXing in Java
Tips for using Salesforce SOAP and Bulk API in Java
Try Spark Submit to EMR using AWS SDK for Java
Zip compression with Java in Windows environment without garbled characters
Configuration script for using docker in proxy environment on ubuntu 20.04.1
Access S3 buckets using SSE-KMS encryption in an EC2 IAM Role environment (AWS SDK for Java)