Re: Pydev and pylucene issues reading libraries

2016-07-14 Thread Kevin Lopez
Andi, Thanks for the advice! I was able to resolve the issue by removing the interpreter from the project then adding it again. After I did this I was able to run the code with no issues. Regards, Kevin On Tue, Jul 12, 2016 at 7:16 PM, Andi Vajda wrote: > > > On Jul 12, 2016, at 15:09, Kevin

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

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