Other B4J v5.00 BETA is available for download

Status
Not open for further replies.

Erel

B4X founder
Staff member
Licensed User
Longtime User
B4J v5.00 BETA is now available for download: www.b4x.com/b4j/files/beta.exe

List of improvements:


Download link: www.b4x.com/b4j/files/beta.exe
 

Daestrum

Expert
Licensed User
Longtime User
Nice job. Thank you Erel.
 
Last edited:
Upvote 0

Daestrum

Expert
Licensed User
Longtime User
The Find All References/Rename works in the inline java too - excellent
btw, the IDE didn't break even when I use my -source/-target 1.8 workaround.
 
Upvote 0

Daestrum

Expert
Licensed User
Longtime User
You are correct (me being stupid - again).
 
Upvote 0

jmon

Well-Known Member
Licensed User
Longtime User
Everything works for me with BETA #5 and Java 8u121

Initial support for Java 9. Java 9 is currently in beta version. Not everything is supported yet.
I get some errors with Java 9:

ERROR 1
This error:
is caused by this sub:
B4X:
Public Sub LoadCssToScene(FormTarget As Form)
    Dim jFrm As JavaObject = FormTarget.RootPane
    jFrm.RunMethodJO("getScene", Null).RunMethodJO("getStylesheets", Null).RunMethod("clear", Null) 
    jFrm.RunMethodJO("getScene", Null).RunMethodJO("getStylesheets", Null).RunMethod("add", Array(CssFileName)) 
End Sub

ERROR 2
I think the next error is because of ControlsFX (maybe need to update ControlsFX?):

For both errors I couldn't find anything on internet... sorry I tried
 
Upvote 0

Swissmade

Well-Known Member
Licensed User
Longtime User
Nice Job Erel.

I wait for the release.
 
Upvote 0
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…