Android Question How to Configure B4Android

BillyWee

New Member
Licensed User
Longtime User
I am hoping someone can help. I was using the Trial version in conjunction with B4A Bridge and everything was working well.

When my trial period ran out, I purchased the full version. Since then I have not been able to use it as when I try to run or compile anything I am told I must configure the paths.

I have tried to do this but I have not been able to do so.

I have tried following the various tutorials etc. but cannot find the file in question. I am using Java 7 update 67. However when I look through the different Java directories I cannot find the javac.exe file.

Am I doing something wrong ?

I would appreciate any assistance on this problem.

Thank you all in advance.
 

DonManfred

Expert
Licensed User
Longtime User
Hi Thanks for the information - however when I look in my Java directory I cannot find the javac.exe file ?

javac.exe in inside bin-directory in your java-path
 
Upvote 0

micp

Member
Licensed User
Longtime User
Not sure of what i am saying but it supose to be in he bin folder. If Java
not, maybe you need to upload a different version of Java. Version 7.1.0_04 of Java got it.
 
Upvote 0

BillyWee

New Member
Licensed User
Longtime User
javac.exe in inside bin-directory in your java-path
Thanks for that, I have managed to locate the file - I had to download the Java development kit.

jdk1.8.0_20 - I then found the file within the bin directory in that - it was not within my Java 7 directory
 
Last edited:
Upvote 0

BillyWee

New Member
Licensed User
Longtime User
Have now managed to get Basic4 Android configured. I can now compile my programs and these are then downloaded to my device using B4A Bridge - Like I said before the javac.exe was not in my standard Java directory - I had to download the Java Development kit - 1.8.0-20 the file was then within the bin directory in there.

Many thanks for all your help.
 
Upvote 0
Top