I installed, as root, Jython-2.1 on my Red Hat 8.0 Linux machine and I
have two problems:
(1) I created my own copy of the registry file
/home/tomasz/.jython/registry. However, jython and jythonc say:
------------
couldn't open registry file: /home/tomasz/.jython
------------
and they can't proceed unless I open the jythonRoot directory for
writing by any user.
(2) Jythonc recompiles (all?) classes in jythonRoot/org, and tries to
write .class files into the same directories; again if I do not open the
directories and previous copies of classes for writing by any user it
can't proceed.
I think I must be missing something simple but I did not find any help
in the documantation.
-- Tomasz
|