I can't install and run Neo4j locally

Okay, I installed PowerShell 5 and Java, and still have the error:

PS C:\Windows\system32> java -version
java version "11.0.8" 2020-07-14 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.8+10-LTS)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.8+10-LTS, mixed mode)
PS C:\Windows\system32> cd c:\Development
PS C:\Development> cd .\Neo4j
PS C:\Development\Neo4j> bin\neo4j install-service
WARNING: ERROR! Neo4j cannot be started using java version 1.8.0_40
WARNING: * Please use Oracle(R) Java(TM) 11, OpenJDK(TM) 11 to run Neo4j
Server.
* Please see https://neo4j.com/docs/ for Neo4j installation instructions.
Invoke-Neo4j : This instance of Java is not supported
At C:\Development\Neo4j\bin\neo4j.ps1:29 char:7
+ Exit (Invoke-Neo4j -Verbose:$Arguments.Verbose -Command $Arguments.Ar ...
+       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorExcep
   tion
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorExceptio
   n,Invoke-Neo4j

I can't get where the "java version 1.8.0_40" from. Please, help, somebody. Thanks!