Hi everyone. i try to build the standalone package for the application and ive got an error. But when i run in debug mode. the apps working fine. Here is the screenshot of the error ive got while compiling.
It is a runtime error. The packaged app doesn't include the webview module (it is excluded by default because of its size). Packaging happens after compilation, so the error is revealed at runtime.
SOLVED !! Thank you @Erel and @agraham . It missing this code in Main header. #PackagerProperty: IncludedModules = javafx.web and now the apps working fine already.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.