incendio Well-Known Member Licensed User Longtime User Jun 21, 2016 #1 Hi guys, Just upgrade to B4A 6.0, I got an error, error reading bin\extra\stan.jar. There is no folder bin\extra, using jdk1.6.0_37. And there is no file stan.jar on my PC either. Is there minimum Java version to run new B4A version?
Hi guys, Just upgrade to B4A 6.0, I got an error, error reading bin\extra\stan.jar. There is no folder bin\extra, using jdk1.6.0_37. And there is no file stan.jar on my PC either. Is there minimum Java version to run new B4A version?
DonManfred Expert Licensed User Longtime User Jun 21, 2016 #2 i guess Looks like an old java version. My is jdk1.8.0_51 Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jun 21, 2016 #3 The minimum version of Java is 7 (8 is recommended). Upvote 0
incendio Well-Known Member Licensed User Longtime User Jun 21, 2016 #4 Erel said: The minimum version of Java is 7 (8 is recommended). Click to expand... If I upgrade to Java 8, I have RDC/JRDC client that still use Java 6, should this Java on client upgrade to Java 8 too? Btw, I also have Java 7 on C:\Program Files\Java\jdk1.7.0_67, but I didn't see folder bin\extra Upvote 0
Erel said: The minimum version of Java is 7 (8 is recommended). Click to expand... If I upgrade to Java 8, I have RDC/JRDC client that still use Java 6, should this Java on client upgrade to Java 8 too? Btw, I also have Java 7 on C:\Program Files\Java\jdk1.7.0_67, but I didn't see folder bin\extra
Erel B4X founder Staff member Licensed User Longtime User Jun 21, 2016 #5 incendio said: should this Java on client upgrade to Java 8 too? Click to expand... It doesn't matter. incendio said: but I didn't see folder bin\extra Click to expand... There is no extra folder. javac should be in the bin folder. Upvote 0
incendio said: should this Java on client upgrade to Java 8 too? Click to expand... It doesn't matter. incendio said: but I didn't see folder bin\extra Click to expand... There is no extra folder. javac should be in the bin folder.
author Member Licensed User Longtime User Jun 22, 2016 #6 I have Java 1.8 installed and still get the above error with B4A 6.0? Upvote 0
author Member Licensed User Longtime User Jun 22, 2016 #7 author said: I have Java 1.8 installed and still get the above error with B4A 6.0? Click to expand... and, yes, I have the latest version of Java installed with no old versions left. Upvote 0
author said: I have Java 1.8 installed and still get the above error with B4A 6.0? Click to expand... and, yes, I have the latest version of Java installed with no old versions left.
author Member Licensed User Longtime User Jun 22, 2016 #8 I have Java 1.8 installed and still get the above error with B4A 6.0? Upvote 0
DonManfred Expert Licensed User Longtime User Jun 22, 2016 #9 Have you changed the paths to your java Installation in configure paths??? Last edited: Jun 22, 2016 Upvote 0
author Member Licensed User Longtime User Jun 23, 2016 #10 I have Java 1.8 installed and still get the above error with B4A 6.0? Upvote 0
author Member Licensed User Longtime User Jun 23, 2016 #11 DonManfred said: Have you changed the paths to your java Installation in configure paths??? Click to expand... no changes, just B4A 6.0 broken. the error I get when trying to compile is "error: error reading bin\extra\stan.jar; error in opening zip file" Upvote 0
DonManfred said: Have you changed the paths to your java Installation in configure paths??? Click to expand... no changes, just B4A 6.0 broken. the error I get when trying to compile is "error: error reading bin\extra\stan.jar; error in opening zip file"
author Member Licensed User Longtime User Jun 23, 2016 #12 DonManfred said: Have you changed the paths to your java Installation in configure paths??? Click to expand... okay. thanks. THAT was the problem. It was still trying to find 1.6. Now works on 1.8 and compiles apps. Been using B4a for years and this was the first time it was a pain to upgrade. ;-) Upvote 0
DonManfred said: Have you changed the paths to your java Installation in configure paths??? Click to expand... okay. thanks. THAT was the problem. It was still trying to find 1.6. Now works on 1.8 and compiles apps. Been using B4a for years and this was the first time it was a pain to upgrade. ;-)