Reinierus Member Licensed User Longtime User Aug 3, 2015 #1 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 And there is no compilation. Please help. Thanks a lot
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 And there is no compilation. Please help. Thanks a lot
rwblinn Well-Known Member Licensed User Longtime User Aug 3, 2015 #2 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
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.
Reinierus Member Licensed User Longtime User Aug 3, 2015 #3 Hello. Yes, there is the file It will be the wrong file? Or needs to be in another folder? Thanks a lot Upvote 0
Hello. Yes, there is the file It will be the wrong file? Or needs to be in another folder? Thanks a lot
rwblinn Well-Known Member Licensed User Longtime User Aug 3, 2015 #4 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
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.
Reinierus Member Licensed User Longtime User Aug 3, 2015 #5 It works!! Thanks for the advice. Best regards Upvote 0
giga Well-Known Member Licensed User Longtime User Aug 3, 2015 #6 @rwblinn Good catch on the rename. Upvote 0