khwarizmi Active Member Licensed User Longtime User Jul 3, 2022 #1 Hi all I'm using B4j v9.8, I created a standalone package for the app but it doesn't work without giving any message. I only use the libraries: JavaObject, Jcore, jFX, jXUI. Thanks in advance
Hi all I'm using B4j v9.8, I created a standalone package for the app but it doesn't work without giving any message. I only use the libraries: JavaObject, Jcore, jFX, jXUI. Thanks in advance
Erel B4X founder Staff member Licensed User Longtime User Jul 3, 2022 #2 Start the app with the run_debug.bat file and check the logs. Upvote 1 Solution
khwarizmi Active Member Licensed User Longtime User Jul 3, 2022 #3 Thaks Erel, It looks like it was a problem with the webview and I remove it. But when I used try and catch this message appears: java.lang.RuntimeException: Object should first be initialized (Imageview). Edit: I removed the try.. catch sentence, and the attached image is the run_debug.bat window: Attachments 1.png 157.4 KB · Views: 111 Last edited: Jul 3, 2022 Upvote 0
Thaks Erel, It looks like it was a problem with the webview and I remove it. But when I used try and catch this message appears: java.lang.RuntimeException: Object should first be initialized (Imageview). Edit: I removed the try.. catch sentence, and the attached image is the run_debug.bat window:
khwarizmi Active Member Licensed User Longtime User Jul 3, 2022 #4 Solved! The problem was with an image file name that contained spaces. Upvote 0