how to remove this error : “sys-package-mgr*: can't create package cache dir”

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rspvsanjay
    New Member
    • Sep 2016
    • 21

    how to remove this error : “sys-package-mgr*: can't create package cache dir”

    import org.python.core .PyObject;
    import org.python.core .PyString;
    import org.python.core .__builtin__;
    import org.python.util .PythonInterpre ter;

    public class JythonTest1 {

    public static void main(String[] args) {
    PythonInterpret er interpreter = new PythonInterpret er();
    }}


    when running that above code JVM giving error as “sys-package-mgr*: can't create package cache dir”

    how do i resolve this problem
Working...