MarcoRome Expert Licensed User Longtime User May 27, 2020 #1 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] Click to expand... and the app dont work ( i have webview ) Why also if i have directive IncludeModules the same is excluded ?? Thank you Marco Last edited: May 27, 2020
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] Click to expand... and the app dont work ( i have webview ) Why also if i have directive IncludeModules the same is excluded ?? Thank you Marco
Erel B4X founder Staff member Licensed User Longtime User May 27, 2020 #2 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 Upvote 0
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
MarcoRome Expert Licensed User Longtime User May 27, 2020 #3 Erel said: 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 Click to expand... Work. Thank for your replay About the message: Why aren't you posting everything as text??? Click to expand... What mean. It is preferable to insert only the text instead of the images ?? Upvote 0
Erel said: 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 Click to expand... Work. Thank for your replay About the message: Why aren't you posting everything as text??? Click to expand... What mean. It is preferable to insert only the text instead of the images ??
Erel B4X founder Staff member Licensed User Longtime User May 27, 2020 #4 MarcoRome said: What mean. It is preferable to insert only the text instead of the images ?? Click to expand... Yes, when possible. Text is searchable and text can be copied. Upvote 0
MarcoRome said: What mean. It is preferable to insert only the text instead of the images ?? Click to expand... Yes, when possible. Text is searchable and text can be copied.