B4J Question newer version (v3.71) need jna-4.0.0.jar

petr4ppc

Well-Known Member
Licensed User
Longtime User
Dear friends,

I have older version B4J, where I have solved using jna-4.0.0.jar

but after installing new version 3.71 I Bj4j is writing:

B4X:
Compiling generated Java code.  Error

Cannot find: C:\Program Files (x86)\Anywhere Software\B4J\libraries\jna-4.0.0.jar

in older version is everything OK with same project.
I have using the same settings of paths.(tools-configure paths)

Please, what I am doing wrong?
Best regards
p4ppc
 

Daestrum

Expert
Licensed User
Longtime User
I think when you install a new version of B4J, you get a new Libraries folder with it, so any jar you added to it for the previous version will be missing on the new version.

I put my jna jars in my extralibs folder, so even when I upgrade B4J they are still available.
 
Upvote 0

petr4ppc

Well-Known Member
Licensed User
Longtime User
Daestrum,

thank you for your answer.
Really I am using the same settings of paths.(tools-configure paths)

p4ppc
 
Upvote 0

petr4ppc

Well-Known Member
Licensed User
Longtime User
Erel,

sure, my mistake. In library folder was not two libraries. After copy old library folder to the new version is everything OK!!!
It was too late in the night maybe - I never seen jar library - I overlook...

Thank you very much,
Best regards

p4pc
 
Upvote 0
Top