Re: Installing eclipse
Tony Malykh
I just found an even better way to install Eclipse (and many other programs too). A couple of years ago Microsoft released a new command line package manager Chocolatey (I believe only for Windows 10), and with it you can install Eclipse with just one line:
toggle quoted message
Show quoted text
choco install eclipse The cool thing is that it will also figure out that eclipse depends on java and it'll automatically download and install the right version of java. That's it, no hassle with installers. You have to install chocolatey first though, but that's another one-liner. On 12/4/2017 12:30 PM, Tony Malykh wrote:
I think I figured out where to find zip releases of eclipse. It's not trivial, so let me leave the instructions here in case someone is reading this thread from the archives. |
|