I tried to create a java8 development environment with Chocolatey

environment

OS: Windows10(Pro) ※ VM

Installation

Windows package management "Chocolatey" is omitted

Save the following XML with a file name of packages.config

<?xml version="1.0"?>
<packages>
    <package id="jdk8" />
    <package id="eclipse" />
</packages>

Start the command prompt with the following administrator privileges and execute the following command

cinst packeages.config

As of December 30, 2016, Eclipse Mars has been installed. It also automatically sets the path.

Recommended Posts

I tried to create a java8 development environment with Chocolatey
I tried to create a padrino development environment with Docker
I tried to create a Spring MVC development environment on Mac
I tried to break a block with java (1)
I tried to build a Firebase application development environment with Docker in 2020
I tried to create a Clova skill in Java
I tried to interact with Java
I tried to modernize a Java EE application with OpenShift.
[Rails] I tried to create a mini app with FullCalendar
Let's create a Java development environment (updating)
I tried to create a shopping site administrator function / screen with Java and Spring
[Azure] I tried to create a Java application for free ~ Connect with FTP ~ [Beginner]
I tried to build an http2 development environment with Eclipse + Tomcat
I tried to make Basic authentication with Java
[Windows] [IntelliJ] [Java] [Tomcat] Create a Tomcat9 environment with IntelliJ
java I tried to break a simple block
I tried to create a LINE clone app
I tried to create Alexa skill in Java
Create a Spring Boot development environment with docker
Build a Java development environment with VS Code
I want to create a dark web SNS with Jakarta EE 8 with Java 11
Create a java web application development environment with docker for mac part2
I tried to take a look at the flow of Android development environment construction with Android Studio
Create a Java development environment using jenv on Mac
How to create a Java environment in just 3 seconds
I tried to implement TCP / IP + BIO with JAVA
[Java 11] I tried to execute Java without compiling with javac
I tried to make a login function in Java
I tried OCR processing a PDF file with Java
[Note] Create a java environment from scratch with docker
I tried to implement Stalin sort with Java Collector
How to build Java development environment with VS Code
Create a Java, JavaScript team development environment (problem raising)
[Environment construction] Build a Java development environment with VS Code!
Try to build a Java development environment using Docker
I tried to create a portfolio with AWS, Docker, CircleCI, Laravel [with reference link]
[First environment construction] I tried to create a Rails 6 + MySQL 8.0 + Docker environment on Windows 10.
[Java] I tried to connect using a connection pool with Servlet (tomcat) & MySQL & Java
Build a development environment to create Ruby on Jets + React apps with Docker
[Azure] I tried to create a Java application for free-Web App creation- [Beginner]
Create a Vue3 environment with Docker!
I tried "Visual Studio Code Installer for Java" which can create Java development environment immediately
I made a development environment with rails6 + docker + postgreSQL + Materialize.
Prepare Java development environment with Atom
I want to make a list with kotlin and java!
I want to make a function with kotlin and java!
I tried UDP communication with Java
[Java] How to create a folder
I tried to create a method to apply multiple filters at once with Java Stream API. Is this okay?
I tried to create React.js × TypeScript × Material-UI on docker environment
Even in Java, I want to output true with a == 1 && a == 2 && a == 3
I tried to convert a string to a LocalDate type in Java
I tried to summarize Java learning (1)
I tried using Dapr in Java to facilitate microservice development
I tried to make a client of RESAS-API in Java
Create a Java and JavaScript team development environment (gradle environment construction)
I tried to summarize Java 8 now
I tried OCR processing a PDF file with Java part2
[Rails 6.0, Docker] I tried to summarize the Docker environment construction and commands necessary to create a portfolio
[SAP] Create a development environment with NW AS ABAP Developer Edition (1)
A story that I struggled to challenge a competition professional with Java