java - PyDev throws NPE During Sync SystemPYTHONPATH -


i have rcp app built pydev in it, , every time launch it, if there 1 or more interpreters cnfigured, pydev throws nullpointerexception while running sync system pythonpath job. if manually check synchronization clicking button on pydev/interpreters preference page, or if pydev automatic sync check within 1 minute of starting.

it if configure interpreter. when configure same interpreter in eclipse ide itself, don't npe. in rcp app causing pydev throw error, don't have idea else need use pydev in app.

the npe occurs @ synchsystemmodulesmanager lie 391, using pydev 4.2.0

the builder supposed contributed via extension point null. led me realize missing required plugins in eclipse run config , in maven build. problem solved making sure dependencies of org.python.pydev included in product.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -