B4J Question webview and b4j

chiales

Member
Licensed User
Longtime User
Good morning

I changed PC and reinstalled everything b4a b4j etc..

now the webview on b4j in the created projects doesn't work anymore

and it doesn't download the file from a website

in the old PC I had win 10 now win 11

can someone solve this for me?

even the automatic packager automatically excludes the java fx library










Buongiorno
ho cambiato Pc e reinstallato tutto b4a b4j etc..
ora non mi funziona piu la webview su b4j nei progretti creati
e non fa il download del file da un sito web
nel pc vecchio avevo win 10 ora win 11

qualcuno mi puo' risolvere la cosa ?

anche il packager automatico mi auto esclude la libreria java fx
 

b4x-de

Active Member
Licensed User
Longtime User
Please provide more details on your problem: Error messages, log, example project, code snippet,... This will increase your chances to get help from the community.
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
Are you using JDK19 downloaded from the installation page?
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
then if I use the packager , it exclude javafx,web

If using WebView or HtmlEditor add:
B4X:
#PackagerProperty: IncludedModules = javafx.web
 
Upvote 0

chiales

Member
Licensed User
Longtime User
FIXED
A REFERENCE WAS MISSING

#PackagerProperty: IncludedModules = javafx.web

AND IT WAS NOT LOADING THE LIBRARY WHEN COMPILING THE PACKAGE



RISOLTO
MANCAVA UN RIFERIMENTO

#PackagerProperty: IncludedModules = javafx.web

E NON CARICAVA LA LIBRERIA QUANDO COMPILA IL PACKAGE
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
1751038883593.jpeg
 
Upvote 0
Top