B4J Question external library error

GuenterL

Member
Licensed User
Longtime User
Hi guys
After installing B4J I tried all examples first. Everything is working fine. But installing and using an additional library like "jReflection" or "jMsgBoxes", I always get the error :
Missing file :
C:\Program Files (x86)\Anywhere Software\B4J\libraries\jfxtras-labs-2.2-r5.jar

Where is this file coming from and why is this missing ?
Maybe it is a requirement for the external libs. I am using core (Ver 3.71) and FX (Vers. 4.0) .
Are this the latest versions ? I re-installed twice but it does not fix it.

Thanks in advance
Guenter
 

stevel05

Expert
Licensed User
Longtime User
You need to download the appropriate libraries from the forums:

Reflection - https://www.b4x.com/android/forum/threads/jreflection-library.35448/
jMsgBoxes - https://www.b4x.com/android/forum/threads/msgbox-library.34700/

If you have downloaded them already make sure you have unziped and copied the jar and xml files to your additional libraries folder (create one if you haven't already) and that the correct folder is entered in Tools/Configure Paths/Additional Libraries.

Also make sure that the appropriate entry on the libraries Manager Tab is selected.
 
Upvote 0

GuenterL

Member
Licensed User
Longtime User
Hi , Thanks for the swift answer. I found the problem. Thanks a lot
The installation of the 2 libs (reflection and msgBoxes) was correct, but the related jar file was wrong. It was used be an older version. I downloaded jfxtras-labs-2.2-r5. jar and everything works fine.

Again, thanks for the answer
Guenter
 
Upvote 0

stevel05

Expert
Licensed User
Longtime User
You're welcome, I'm glad you got it working.
 
Upvote 0
Top