javahome installer argument (PSSAV)

Asked

Viewed 57 times

0

Hello, good night, good night! I am in need of installing PSSAV for a college exercise. However it presents the dialog box below: inserir a descrição da imagem aqui

I happen to be with JDK version 8. The information that I can validate Jdk’s location has also not been very clear to me. If anyone can help me, I’d appreciate it.

1 answer

0


You will need to download JDK 6 from the Oracle website and set in your environment variables a variable called JDK_HOME with the path to the root of the folder you saved the JDK and add the JDK_HOME bin to your PATH

There is a tutorial on the Oracle website https://java.com/en/download/help/path.xml

It’ll look something like

JDK_HOME = c: jdk_6

PATH = c: system32;%JDK_HOME% bin;

Browser other questions tagged

You are not signed in. Login or sign up in order to post.