Pydev and pylucene issues reading libraries

2016-07-12 Thread Kevin Lopez
I have a django project in eclipse's pydev enviroment which need access to the libjvm.so located at: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/ I get this error: > > Traceback (most recent call last): > File "/home/kevin/git/YIF/imageFinder/tools/indexer.py", line 5, in > > i

Re: Pydev and pylucene issues reading libraries

2016-07-12 Thread Andi Vajda
> On Jul 12, 2016, at 15:09, Kevin Lopez wrote: > > I have a django project in eclipse's pydev enviroment which need access to > the libjvm.so located at: > > /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/ > > I get this error: > >> >> Traceback (most recent call last): >> File "/h