Jump to content

[Solved] This application requires a Java Runtime Enviroment error


J4NY4R

Recommended Posts

Hi all

I have a program that needs JRE to run. I've installed the last version of JRE both 32 & 64bit (1.8.0_102) on my Windows 8.1 Enterprise 64bit but when I try to run the program, would get the following: 
"This application requires a Java Runtime Enviroment 1.8.0_60 or higher 1.8.0_60"

Any help would be much appreciated.

Link to comment
Share on other sites


  • Replies 13
  • Views 2k
  • Created
  • Last Reply
  • Administrator

Thread moved to Software Chat. Guides and Tutorials is for posting Guides and Tutorials, not for requesting help and such.

Link to comment
Share on other sites


26 minutes ago, n0_risk! said:

Sure it's installed correctly and both architectures? What's the program?

I don't have any doubt. I've already used JRE for running another program (64 bit) correctly. But for this program (32 bit) I have the mentioned problem. 

Link to comment
Share on other sites


Israeli_Eagle
31 minutes ago, J4NY4R said:

I don't have any doubt. I've already using JRE for running another program (64 bit) correctly. But for this program (32 bit) I have the mentioned problem. 

 

Most probably is a buggy program and does not detect the JRE version correctly.

102 > 60 but 102 < 60

I think the programmer compared strings (2 chars) and not integer. :smartass:

 

Link to comment
Share on other sites


I had the same problem when v8  1st came out that worked just fine with v7 with one my programs  on windows 8.1, I only have Java  on Linux  now   ..Ive not installed it on windows in a very long time. you could try Java 7 witch still gets updates too and see does that fix it.

Link to comment
Share on other sites


47 minutes ago, Israeli_Eagle said:

 

Most probably is a buggy program and does not detect the JRE version correctly.

102 > 60 but 102 < 60

I think the programmer compared strings (2 chars) and not integer. :smartass:

 

Most likely you're right  he needs to go the dev  and tell them too update the program  as long as it's still being developed same thing happen to Angry Ip  scanner with Java 1.8u101

https://github.com/angryziber/ipscan/issues/67

 

 

Link to comment
Share on other sites


Israeli_Eagle
19 minutes ago, 46&2 said:

 


my advice is to seek out a different program

 

 

Right too... Real professionals would never use Java anyway.

Link to comment
Share on other sites


Nope, it's not pointing... Actually there was never been installed any earlier version on the system.

What i meant is that there are programs in which you can specify from which location Java will be run, Minecraft as example, that also allows for it to be completely portable, no need to even install any Java, there are independent Java packages, just unpack and then specify in Minecraft launcher where the Java executable is and you are ready to go. Can't believe devs keep hardcoding this with built-in checks, instead of giving the end user more options and flexibility and their programs too.
Link to comment
Share on other sites


On 9/9/2016 at 0:09 AM, Israeli_Eagle said:

 

Most probably is a buggy program and does not detect the JRE version correctly.

102 > 60 but 102 < 60

I think the programmer compared strings (2 chars) and not integer. :smartass:

 

The program has trouble to identify 3 digit version number of JRE! I managed to run it by installing JRE 1.8.0_92. Thank you.

Link to comment
Share on other sites


  • Administrator

Topic marked as solved.

 

We highly recommend that you let the software developer know about this problem and update to the latest version of this as fast as possible to do so.

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...