A guess out of left field: do you have two versions of the same library on your class path?
On Thu, Mar 30, 2017 at 7:10 PM Erik Peterson ep@ardec.com wrote:
I've been integrating basex with 3rd party java jar files by dropping them in the basex/lib directory. This has worked fine until today when I now git "java function x is unknown". I've...
- re-pulled everything from our repo to make sure all binaries are as they
were when working
restarted osx
updated java
using BaseX VERSION 8.6.1 (February 24, 2017)
It's working on other dev machines but not mine. Why would BaseX stop loading the classes from the lib jar files? Is there a better way I should be deploying jars? Thanks.