B4J Question B4XFormatter Error

aaronk

Well-Known Member
Licensed User
Longtime User
Hi,

I am using the B4XFormatter with B4J as an non-UI app.

B4J Version: 9.80
Lib Version: 1.03
Java Version: 14

Here is the code I am using (just something basic for testing):

B4X:
#Region Project Attributes
    #CommandLineArgs:
    #MergeLibraries: True
#End Region

Sub Process_Globals
    Dim formatter As B4XFormatter
End Sub

Sub AppStart (Args() As String)
    
    formatter.Initialize
    
    StartMessageLoop
End Sub

When I compile a simple test app using the code above, it comes up with an error as per below:


Anyone know what might be wrong ?
 

Daestrum

Expert
Licensed User
Longtime User
Looks like it wants JavaFX

Caused by: java.lang.ClassNotFoundException: javafx.scene.Node
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…