angryip / ipscan

Angry IP Scanner - fast and friendly network scanner
angryip.org
GNU General Public License v2.0
4.09k stars 715 forks source link

Installation on Windows 10 with OpenJDK not possible #405

Closed TineUser closed 1 year ago

TineUser commented 1 year ago

Describe the bug It's not possible to install IPScan on a Windows 10 system with OpenJDK installed: https://github.com/ojdkbuild/ojdkbuild. The environment variables JAVA_HOME and PATH are set.

The installation aborts with the following errors: image image

To Reproduce Install IPScan with ipscan-win64-3.9.1.exe.

Versions (please copy from the About dialog or complete manually):

JonnyTech commented 1 year ago

Use JRE v11 - not v8

TineUser commented 1 year ago

OK, thanks. I installed the Microsoft OpenJDK 11 and now IP Scanner is running.