B4J Question B4J v9.50 Cannot find Poi-5.0.0

oldeast

Active Member
Licensed User
Longtime User
Hi, updated to v9.50 but even though the file is in the library, it's not found on compile.
Was working ok with 32 bit.
The Library link also shows the current version is 5.01 so I downloaded that file but it contains 5.0.0 which I copied to the libraries folder
The poi dependencies are in the folder.
Thanks
Graham
 
Solution
Thanks Erel, I had the dependencies but forgot to move the Additional Libraries folder to Program Files/Anywhere Software/B4J
Graham

MicroDrie

Well-Known Member
Licensed User
Be aware that the POI is a internal library so replace the internal library, delete the external library and after upgrade refresh the libraries.
 
Upvote 0

oldeast

Active Member
Licensed User
Longtime User
Thanks but the error is because the compiler is looking for Poi-5.0.0 ......

Compiling generated Java code. Error
Cannot find: C:\Program Files\Anywhere Software\B4J\libraries\poi-5.0.0.jar

However the Internal Library is Poi-5.01

so how do I change the compiler to look for 5.01 instead of 5.0.0?
The link for 5.01 points to 5.0.0, so that doesn't work. to change the file.

I tried clean project and removing and adding back the internal library.

To delete the external libraries, will take hours of work to find and restore all the files.
 

Attachments

  • Clipboard02.jpg
    Clipboard02.jpg
    49.1 KB · Views: 140
Upvote 0

oldeast

Active Member
Licensed User
Longtime User
Thanks Erel, I had the dependencies but forgot to move the Additional Libraries folder to Program Files/Anywhere Software/B4J
Graham
 
Upvote 0
Solution
Top