January 16, 20242 yr It keeps telling me that it only works with java 8 so i download java 8 and it still keeps saying it will only run with java 8. I have no clue where im going wrong then help?
January 16, 20242 yr If you have multiple java versions installed, then it's trying to use that other version. You can change the path for java HOME but it sometimes doesn't work. 1. Remove all java versions (JDK, JRE, etc) 2. Download and install JRE 32 bit from here: https://www.java.com/en/download/manual.jsp 3. If you use JDK for whatever reason, just download a portable version and point to it when running the app that uses it,
Create an account or sign in to comment