From: <Arm...@t-...> - 2001-05-18 07:02:22
|
Hi Samuele, Samuele Pedroni schrieb: > Under w2k one can put a personal .jython file (contents as the registry) > under Documents and Settings/*user-name* (or something like that) > in NT there should be something similar, just start jython > and ask: > > from java.lang import System > System.getProperty("user.home") > > in that directory you can put your .jython file and deduce the general > case <wink> That was my first guess. So, I copied .jython from Linux to registry in C:\winnt\profiles\armin which is the value of user.home. Didn't work. It only works when the registry file is in Jython's installation directory. Regards AE |