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?