Re: [basex-talk] suddenly...java function x is unknown

2017-03-30 Thread Erik Peterson
Issue solved. I think it was java on my system...I updated and restarted
and it worked. When osx restarted it put me in an older basex directory, so
that sent me on rabbit trail. Still not sure why it lost the jars the first
time though.

On Thu, Mar 30, 2017 at 5:09 PM, Erik Peterson  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.
>



-- 
*Erik Peterson*
President, Ardec LLC
281-804-9023 | e...@ardec.com


Re: [basex-talk] suddenly...java function x is unknown

2017-03-30 Thread Joe Wicentowski
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  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.
>
-- 
Sent from my iPhone


[basex-talk] suddenly...java function x is unknown

2017-03-30 Thread Erik Peterson
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.