B4J Question Compiling Error

Pablo Torres

Active Member
Licensed User
Longtime User
Hi, I have a project that compiled Ok in my older PC
I bought a new one, Installed B4J and open this project, everythings work like a charm but when I try to compile (or Debug) it says:

B4J Version: 5.90
Parsing code. (0.01s)
Compiling code. (0.05s)
Compiling layouts code. (0.00s)
Organizing libraries. (0.00s)
Compiling generated Java code. Error
Cannot find: C:\ProgramFiles\AnywhereSoftware\B4J\libraries\c3p0-oracle-thin-extras-0.9.2.1.jar

What I'm missing?

I need a hand on this

Many Thanks
 

OliverA

Expert
Licensed User
Longtime User
If you installed the newest version of B4J from fresh, the library is c3p0-oracle-thin-extras-0.9.5.2.jar. It may be that you are

1) using a library that depends on the older version. If so, update the library.
2) referencing the older version with a #AdditionalJar directive. Update the directive (or take it completely out).
 
Upvote 0
Top