J4NY4R Posted September 8, 2016 Share Posted September 8, 2016 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 More sharing options...
SnakeMasteR Posted September 8, 2016 Share Posted September 8, 2016 Well, maybe it's still pointing to a older version? Always remove older versions. Try cleaning up with JavaRa and re-install Java. https://singularlabs.com/software/javara/ Link to comment Share on other sites More sharing options...
J4NY4R Posted September 8, 2016 Author Share Posted September 8, 2016 Nope, it's not pointing... Actually there was never been installed any earlier version on the system. Link to comment Share on other sites More sharing options...
SnakeMasteR Posted September 8, 2016 Share Posted September 8, 2016 Sure it's installed correctly and both architectures? What's the program? Link to comment Share on other sites More sharing options...
Administrator DKT27 Posted September 8, 2016 Administrator Share Posted September 8, 2016 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 More sharing options...
J4NY4R Posted September 8, 2016 Author Share Posted September 8, 2016 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 More sharing options...
Israeli_Eagle Posted September 8, 2016 Share Posted September 8, 2016 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. Link to comment Share on other sites More sharing options...
steven36 Posted September 8, 2016 Share Posted September 8, 2016 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 More sharing options...
steven36 Posted September 8, 2016 Share Posted September 8, 2016 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. 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 More sharing options...
46&2 Posted September 8, 2016 Share Posted September 8, 2016 This application requires a Java Runtime Enviroment my advice is to seek out a different program Link to comment Share on other sites More sharing options...
Israeli_Eagle Posted September 8, 2016 Share Posted September 8, 2016 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 More sharing options...
SnakeMasteR Posted September 9, 2016 Share Posted September 9, 2016 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 More sharing options...
J4NY4R Posted September 9, 2016 Author Share Posted September 9, 2016 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. 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 More sharing options...
Administrator DKT27 Posted September 9, 2016 Administrator Share Posted September 9, 2016 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.