B4J Question B4X (B4J) Missing jar file for library: xChartLite.xml "Solved, thanks"

RauchG

Active Member
Licensed User
Longtime User
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
 

Brian Dean

Well-Known Member
Licensed User
Longtime User
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

RauchG

Active Member
Licensed User
Longtime User
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

RauchG

Active Member
Licensed User
Longtime User
The message only appears when opening the IDE and in the log
 

Attachments

  • Screenshot 2024-07-06 162348.png
    Screenshot 2024-07-06 162348.png
    14.1 KB · Views: 12
Upvote 0

Sagenut

Expert
Licensed User
Longtime User
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

Sagenut

Expert
Licensed User
Longtime User
The Additional Libraries folder should be like this
addit.jpg

And it must not be placed inside the Program Files folder.
 
Upvote 0

RauchG

Active Member
Licensed User
Longtime User
Thanks...that was it. I put the "xChartLite.xml" in AdditionalLibraries.

The error message is gone.

Thank you very much
RauchG
 
Upvote 0
Top