Back

Explore Courses Blog Tutorials Interview Questions
0 votes
4 views
in Java by (9.5k points)
recategorized by

When I run the application emSignerGSTN on Windows 10, I get this below 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

If I install oracle Java, the application works fine. But I want it with Azul Zulu. 

How to resolve this error “this application requires a jre 1.6.0 ? 

1 Answer

0 votes
by (19.7k points)

I run jre 1.8.0 person. You have to make the application look into Java installation path “ C:\Program Files\Zulu\zulu-8\bin\java.exe”

Below is the way to make the emSigner to look for the JRE installation path:

  1. Copy the JRE folder of zulu jdk C:\Program Files\Zulu\zulu-8\jre to emSigner installation path as C:\Program Files (x86)\eMudhra Limited\emSigner\emSigner\jre.

Now you’ll not get the error since you’ve provided the installation path it’ll not look for the oracle JRE path. 

 

Browse Categories

...