B4J Question Explicity excluded javafx.web B4J 8.30

MarcoRome

Expert
Licensed User
Longtime User
Hi all.
I have this code:
B4X:
If using WebView add:
#PackagerProperty: IncludedModules = javafx.web

But when i run "Build Standalone Package£ i see this:
Explicitly excluded modules: [javafx.web]

and the app dont work ( i have webview )
Why also if i have directive IncludeModules the same is excluded ??


Thank you
Marco
 
Last edited:

MarcoRome

Expert
Licensed User
Longtime User
Why aren't you posting everything as text???

The problem is that you set the IncludedModules property twice.

Change it to:
B4X:
#PackagerProperty: IncludedModules = javafx.web, jdk.crypto.ec

Work.
Thank for your replay
About the message:
Why aren't you posting everything as text???

What mean. It is preferable to insert only the text instead of the images ??
 
Upvote 0
Top