Hello Community, I've got another question in addition to the former one: I've tried and tried but I found no opportunity to get access to the definied variables and methods there. My first trial was, of course, the "this"-Reference, but it hasn't work. Any tips, how i can recieve access? Thank you very much.
Sebastian +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ On 11/12/2007, Sebastian Straus <[EMAIL PROTECTED]> wrote: > Hello Community > > I try it again and my questions becomes more concrete: > I want to use the "beanshell.init.file" for the initialization of some > variables, > which must not be initialized during the test. > My .bshrc-File seems to work (I see the "initalisation > started"/"initialisation > completed"-release on my console). > My only problem is: How can I get a reference on this .bshrc in a arbitrary > BeanShell- > device (PreProcessor, PostProcessor, Sampler etc.) > In all of these devices I change something and want to store it in the > "beanshell.init. > file". The beanshell init files are read-only, and are used to initialise the beanshell interpreter. You can define methods or variables etc here. Note that the interpreters are not shared; each element in each thread gets its own interpreter. You can of course write to any file you like using Java code in the beanshell script. > I hope you can give me any advice, it is really important. > Thank you very much. > -- GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS. Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

