On Tue, 6 Jun 2000, Dennis Graham wrote:
> I am setting this variable prior to calling "package
> require java".
>
> When I try to set the system variable, the following
> error message is sent to STDERR:
>
> class javax.naming.NoInitialContextException Cannot instantiate class:
> com.sun.jndi.
7:19 PM
To: Dennis Graham
Cc: [EMAIL PROTECTED]
Subject: Re: [Tcl Java] Tclblend_init
> I am trying to set some properties via the following line
> in my test script. However, it appears that it is being
> parsed incorrectly. I am I doing this right?
>
> set tclblend_init
>
"
> I am trying to set some properties via the following line
> in my test script. However, it appears that it is being
> parsed incorrectly. I am I doing this right?
>
> set tclblend_init
> "-Djava.naming.factory.initial=foo -Djava.naming.provider.url=rmi://test_dr1
> :1099"
Are you setting thi
All,
I am trying to set some properties via the following line
in my test script. However, it appears that it is being
parsed incorrectly. I am I doing this right?
set tclblend_init
"-Djava.naming.factory.initial=foo -Djava.naming.provider.url=rmi://test_dr1
:1099"
Thanks,
Dennis Graham