Add java path to python project

时间:2016-07-11 20:49:42

标签: java python django

I have a Django project which need access to the libjvm.so located at:

/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/

I keep getting unresolved imports in pydev. When I try this in terminal everything imports fine.

I have tried adding the path mentioned above to Properties>PyDev - PYTHONPATH>external libraries.

What can I do to resolve these imports?

0 个答案:

没有答案