I have an application emSignerGSTN in my windows 10 machine. But while trying to run the application, I get the error:
This application requires a jre 1.6.0
I have openjdk installation of Azul Zulu :
$ java -version
openjdk version "1.8.0_222"
OpenJDK Runtime Environment (Zulu 8.40.0.25-CA-win64) (build 1.8.0_222-b10)
OpenJDK 64-Bit Server VM (Zulu 8.40.0.25-CA-win64) (build 25.222-b10, mixed mode)
$ where java
C:\Program Files\Zulu\zulu-8\bin\java.exe
The oracle java installation makes the application work. But I don't want to install it. How can i solve this?