B4J Question error while compiling

Anurag Jain

Member
Licensed User
Hi , I am getting an error while compiling, not able to resolve, please help.

Compiling generated Java code. Error
Cannot find: C:\Program Files (x86)\Anywhere Software\B4J\libraries\slf4j-jdk14-1.7.25.jar


I am using jserial and jssc, earlier this was working fine. After changing my PC setup and reinstalls, this is giving error. Please help

best Regards,

Anurag
 

DonManfred

Expert
Licensed User
Longtime User
I am using jserial and jssc, earlier this was working fine. After changing my PC setup and reinstalls, this is giving error. Please help
Do NOT put additional libraries into the INTERNAL Libaryfolder.
Define a path for additional libaries and put them there.
 
Upvote 0

Anurag Jain

Member
Licensed User
Hi, thanks a lot for suggestion. I did this and I think the problem stands resolved. I was also able to find slf4j-jdk14-1.7.25.jar, and added this to the add lib folder, I created
 
Upvote 0
Top