javahome installer argument (PSSAV)

0

Hello, good evening! I need to install PSSAV for a college exercise. However it displays the dialog box below:

I happen to be running version 8 of the JDK. The information that I can validate the location of the JDk also was not very clear to me. If anyone can help me thank you.

    
asked by anonymous 05.12.2018 / 00:43

1 answer

0

You will need to download JDK 6 from the Oracle site and set a variable named JDK_HOME with the path to the root of the folder that you saved the JDK to and add the JDK_HOME \ bin to your PATH

>

There is a tutorial on the Oracle website link

It will be something like

JDK_HOME = c: \ jdk_6

PATH = c: \ system32;% JDK_HOME% \ bin;

    
18.12.2018 / 20:54