I haven't used B4J for a year. Now I have started to develop a little application in B4J 3.5.
Sub AppStart (Args() As String)
Log("Hello World")
End Sub
When I tried to print some data to output, then I didn't see anything in the Windows 10 console.
I see output in the log window of IDE, but anything when start jar in the Windows 10 console.
I launched jMsgboxesDemo.jar succesfully within and outside of IDE and saw window with buttons.
It confirm that applications start outside of IDE.