RauchG Active Member Licensed User Longtime User Jul 6, 2024 #1 Hello everyone, when I start the IDE I get this error message. "xChartLite.xml" is in the folder "C:\Program Files\Anywhere Software\B4J\Libraries" Does anyone have an answer for this? Regards, RauchG B4X: [IDE message - 3:49:11] An error occurred. Missing jar file for library: xChartLite.xml
Hello everyone, when I start the IDE I get this error message. "xChartLite.xml" is in the folder "C:\Program Files\Anywhere Software\B4J\Libraries" Does anyone have an answer for this? Regards, RauchG B4X: [IDE message - 3:49:11] An error occurred. Missing jar file for library: xChartLite.xml
B Brian Dean Well-Known Member Licensed User Longtime User Jul 6, 2024 #2 It looks to me like the xChartLite.xml file is found, but it is the xChartLite.jar file that is missing. Where is that file located? Upvote 0
It looks to me like the xChartLite.xml file is found, but it is the xChartLite.jar file that is missing. Where is that file located?
RauchG Active Member Licensed User Longtime User Jul 6, 2024 #3 That's the strange thing. xChartLite.jar doesn't exist (or I haven't found it yet) But my app works without any problems. The charts are displayed correctly Upvote 0
That's the strange thing. xChartLite.jar doesn't exist (or I haven't found it yet) But my app works without any problems. The charts are displayed correctly
RauchG Active Member Licensed User Longtime User Jul 6, 2024 #4 The message only appears when opening the IDE and in the log Attachments Screenshot 2024-07-06 162348.png 14.1 KB · Views: 66 Upvote 0
Sagenut Expert Licensed User Longtime User Jul 6, 2024 #5 Any Additional Library must be placed into a separate folder only for Additiona Libraries. Also the XChartLite appear to be a B4XLIB, at least in the thread I found. Probably you need to put something in order. Upvote 0
Any Additional Library must be placed into a separate folder only for Additiona Libraries. Also the XChartLite appear to be a B4XLIB, at least in the thread I found. Probably you need to put something in order.
Sagenut Expert Licensed User Longtime User Jul 6, 2024 #6 The Additional Libraries folder should be like this And it must not be placed inside the Program Files folder. Upvote 0
The Additional Libraries folder should be like this And it must not be placed inside the Program Files folder.
RauchG Active Member Licensed User Longtime User Jul 6, 2024 #7 Thanks...that was it. I put the "xChartLite.xml" in AdditionalLibraries. The error message is gone. Thank you very much RauchG Upvote 0
Thanks...that was it. I put the "xChartLite.xml" in AdditionalLibraries. The error message is gone. Thank you very much RauchG