B4J Question Stand Alone program will not launch.

Geezer

Active Member
Licensed User
Longtime User
I have a small program that will run fine from the IDE. But when i build a stand alone and try to run it it does not launch.
 

PaulMeuris

Active Member
Licensed User
If your application contains a webview you should add in the Main module the highlighted line:
B4X:
#Region Project Attributes
    #MainFormWidth: 1300
    #MainFormHeight: 650
    #PackagerProperty: IncludedModules = javafx.web
#End Region
 
Upvote 0
Top