OS: Windows10(Pro) ※ VM
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