Other B4J v4.01 is available for download

Erel

B4X founder
Staff member
Licensed User
Longtime User
I'm happy to release B4J v4.00. You can download it here: www.b4x.com/b4j

New features and improvements:

UI Apps
  • DatePicker control:

    SS-2015-12-16_11.28.30.png


  • SplitPane: https://www.b4x.com/android/forum/threads/splitpane-tutorial.61418/

    SS-2015-12-16_11.29.46.png


  • Msgbox, Msgbox2, InputList: https://www.b4x.com/android/forum/threads/msgbox-inputlist.61461/

    SS-2015-12-16_11.30.56.png


  • Shadows (designer feature):

    SS-2015-12-16_11.32.39.png


  • Support for right to left orientations.
  • ContorlsFX library was updated.
Server solutions
Other
  • Debugger performance improvements.
  • IDE bug fixes.
Starting from v4.00 the minimum version for UI apps is Java 8.40 and for server solutions is Java 8 (make sure to update it under Tools - Configure Paths).

v4.01 is now available for download. This update fixes an issue where a large number of variables caused the debugger to fail. Thank you @EJLib for providing the project that helped with fixing this issue.
 
Last edited:

Erel

B4X founder
Staff member
Licensed User
Longtime User
@Johan Schoeman please start a new thread for this and post the error message.

i'm stuck a bit with rasbian, got already the latest java on it so cant update
What is the output of:
B4X:
java -version

You can download the tar file from here: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html (Linux ARM v6/v7 Hard Float ABI).

Just untar it and copy it to the board: https://www.b4x.com/android/forum/threads/iot-linux-embedded-boards-gettings-started.60430/#content
 
Upvote 0

js1234

Member
Licensed User
Longtime User
I install and then again reinstall B4J 4.0 but now I can't compile at all! I try F5 on starting window of B4J but get:

Posnetek zaslona (11).png


or try any example ..... allways errors!
?
 
Upvote 0

MbedAndroid

Active Member
Licensed User
Longtime User
version 1.8.0 build 132, standard installed on raspbian, reports latest when i try to update java

will try to update it with the arm version from oracle
 
Upvote 0

MbedAndroid

Active Member
Licensed User
Longtime User
still no luck with the raspian. Set the raspian java to latest version 8.065
dokuir.jpg


the errors remain, if i remove dbutils it works ok, but i need the database utils

edit: found the previous version 3.5 on the net, i can continue
 
Last edited:
Upvote 0

js1234

Member
Licensed User
Longtime User
I have latest version of java ver 8.66 BUT command line compiler (Tools - Configure paths) was still on vers.7! :)
Now java paths configure to:
C:\Program Files\Java\jdk1.8.0_65\bin\javac.exe
and work ok! Thanks Erel!
 
Upvote 0

Ratna Fang

Member
Licensed User
Longtime User
I'm happy to release B4J v4.00. You can download it here: www.b4x.com/b4j

New features and improvements:

UI Apps
Server solutions
Other
  • Debugger performance improvements.
  • IDE bug fixes.
Starting from v4.00 the minimum version for UI apps is Java 8.40 and for server solutions is Java 8 (make sure to update it under Tools - Configure Paths).

merry xmass and happy new year, erel.
b4a 5.50 and b4j 4.0 must be my 2 gifts from st. clauss :D

anyway, java 8.40 is java 1.8.40?
*so i'm safe with my current JRE 1.8.60 :p
 
Last edited:
Upvote 0
Top