Re: tests not passing - ERROR: testThroughLayerException (__main__.PythonExceptionTestCase)

2016-11-06 Thread Luís Campos
I've solved it, thanks! For reference, I think it was related to the JDK that I was using to build jcc (which can be changed by editing the "setup.py" of jcc, from what I understood). I was using something called "default-java", now I'm using "java-1.8.0-openjdk-amd64". 2016-11-05 23:41 GMT+00:00

Re: tests not passing - ERROR: testThroughLayerException (__main__.PythonExceptionTestCase)

2016-11-06 Thread Andi Vajda
> On Nov 6, 2016, at 02:41, Luís Campos wrote: > > I've solved it, thanks! > > For reference, I think it was related to the JDK that I was using to build > jcc (which can be changed by editing the "setup.py" of jcc, from what I > understood). I was using something called "default-java", now I'm