B4J Question Error with jxl.jar

Reinierus

Member
Licensed User
Longtime User
Hello
I installed Windows 10, then I reinstalled B4J and now some of my programs shows this:

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

upload_2015-8-3_11-2-49.png


And there is no compilation.

Please help.

Thanks a lot
 

rwblinn

Well-Known Member
Licensed User
Longtime User
Hi,

have you checked if the file jxl.jar is in the B4J libraries folder?
I am not 100% sure, but think this library is not part of the standard B4J installation.
 
Upvote 0

rwblinn

Well-Known Member
Licensed User
Longtime User
Another try could be to rename jxl-2.6.9.jar to jxl.jar.
All non standard B4J libraries are to be placed in your B4J additional library folder.
 
Upvote 0
Top