Other B4R v4.00 is available for download

Erel

B4X founder
Staff member
Licensed User
Longtime User
I'm happy to release a new version of B4R. This update adds support for the latest version of Arduino IDE.
It is also the first 64 bit version of B4R.

Download link: https://www.b4x.com/b4r.html

Installation instructions:
  1. Install latest version of Arduino IDE: https://www.arduino.cc/en/software
  2. Install Arduino CLI (command line interface): https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Windows_64bit.msi
  3. B4R - Tools - Configure Paths: configure the path to arduino-cli.exe and javac. Java 8+ is supported.
  4. Open the board manager and select the board.
 

candide

Active Member
Licensed User
Javac.exe ? i saw a panel request for Arduino-cli, libraries directory and modules directory, but i didn't see where Javac.exe have to be provided...

for information, i came back to arduino 1.8.19 + B4R 3.90 and now everything is OK !

i will stay in this configuration until a solution for installation of B4R 4.00
 
Upvote 0

peacemaker

Expert
Licensed User
Longtime User
installation of B4R 4.00
... is fully OK. It looks like you cannot follow the instructions fully.
But it's good that you found a solution yourself.

@Erel, it looks like that IDE paths setup dialog must require to fill 2 first fields, if they are empty. Else the forum will be flooded by the same question...
 
Upvote 0

candide

Active Member
Licensed User
i can restart an installation B4R 4.00 but at installation i didn't see a panel to request for a link to arduino-cli.exe and Javac.exe

only after installation, in menu "tools" , "Configure Paths" i can add a link to "arduino-cli" , "libraries directory" , and "modules directory" but nothing more

if i miss something, please to indicate me what i have to do

thanks for your help
 
Upvote 0

peacemaker

Expert
Licensed User
Longtime User
Configure Paths
Is it really that your B4R v4 is not like this one "mine" ?
1697717069485.png
 
Upvote 0

candide

Active Member
Licensed User
you are right, i didn't look at javac access during installation because this line was not empty and i supposed this line good but there were nothing at this address.
After a correct access to javac, Log is now working

Thanks Peacemaker for your patience, with your help B4.00 is fully OK now
 
Upvote 0
Top