I would like to work through the DependencyExample class provided on the project home page, but when I try to compile it, I found that the org.boris.expr.BasicEngineProvider class was missing. Without it, you can't compile the example.
I thought maybe I could get away with using the EngineProvider class, but that is just an interface, and without learning a whole lot about your code, there isn't a quick and easy way to implement it.
Your example implies that you have the BasicEngineProvider class already. Could you post it here?
Thanks
-David
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello -
I would like to work through the DependencyExample class provided on the project home page, but when I try to compile it, I found that the org.boris.expr.BasicEngineProvider class was missing. Without it, you can't compile the example.
I thought maybe I could get away with using the EngineProvider class, but that is just an interface, and without learning a whole lot about your code, there isn't a quick and easy way to implement it.
Your example implies that you have the BasicEngineProvider class already. Could you post it here?
Thanks
-David
It's included in the source on GitHub: https://github.com/ccp999/Expr4j, along with a bunch of other test software. There are various forks of that project, with people's fixes, the most active of which seems to be https://github.com/dotloop/Expr4j.