naser
naser

Reputation: 1

zap is not installing

i dont know why its not installing i dont know what to do error image its showing this i did instal java 64 bit jre its not working please hele me

i tride to delete and install again it did'nt work

i delete it many times and install

still its not installing zap its showing the same thing locate java 64 bit file

i also tride to locate the file it did'nt work but i dont know where the file is if i know where the file is its not selecting the file

Upvotes: -2

Views: 2028

Answers (2)

kingthorin
kingthorin

Reputation: 1528

Based on the error message:

  1. You didn't install a JRE >= Java 11.
  2. You installed a 32bit JRE.
  3. Your JRE can't be found. (If you're using Adopt or Temurin, etc. [I can't think of all of them.] there's an option to set JAVA_HOME and JavaSoft registry keys, you should enable those. Plus may need to reboot before installing [thanks Windows 🤷‍♂️].)

Upvotes: 0

Charles Velazquez
Charles Velazquez

Reputation: 11

For everybody that do not want to help, you should really read between the lines

The application says it needs atleast JRE 11, what it doesn't tell you is that it actually needs atleast JDK 11. So if you install regular java, you will not get that requirement set because it is not the same as the development kit, which is what it needs.

install the java development kit (ver 21 at the time of this writing) and you should be good: https://www.oracle.com/java/technologies/downloads/

Upvotes: 0

Related Questions