B4J Question b4J Using B4XTable Error Cannot find: ...\B4J\libraries\stringutils.jar

rgarnett1955

Active Member
Licensed User
Longtime User
Hi,
The program attached has a compile error. It can't find the library stringutils.jar.

I included jStringUtils in the IDE libraries manager, but it doesn't seem to be looking for that.

My B4a and B4J systems don't share any libraries.

The B4J library folder has the jStringUtils but not StringUtils.jar.

The B4A library folder has the StringUtils.jar. but not the jStringUtils

Very odd.

I copied the StringUtils.jar library into the B4J library folder and Voila! It works,

But it is very odd that my up-to-date B4J install doesn't have the StringUtils.


Any ideas?

best regards
Rob
 

Attachments

  • fileEntryClass.zip
    17.4 KB · Views: 165

rgarnett1955

Active Member
Licensed User
Longtime User
Yes I think you are correct.

I am using third party lib's.

it's a bit of a pain as I'm trying to put together a general class for file look-up and don't want anything to be non-standard.

Best regards
Rob
 
Upvote 0

rgarnett1955

Active Member
Licensed User
Longtime User
Thanks Erel,

I haven't been able to get back to it because I'm having a bit of trouble compiling another B4J program.
I will let you know how I get on.

Best regards
Rob
 
Upvote 0
Top