foojayio / nbplugin2

A NetBeans plugin to download and install any OpenJDK build using the OpenJDK Discovery Service from foojay.io
Apache License 2.0
2 stars 0 forks source link

Test on Windows #29

Open emilianbold opened 3 years ago

emilianbold commented 3 years ago

On macOS (and, I suspect Linux) we get by with the command line unzip / tar.

We should test the module on Windows too.

Pure Java unzip should work, but it was never tested on Windows

tar.gz won't be unarchived at all on Windows (though... seems a low priority).

emilianbold commented 3 years ago

Tested on a Windows 10 32-bit machine and it downloads the correct arch package. Unzip also works with the pure Java version and through Cygwin (via git shell).