[Tcl Java] Re: [Tcl Java] RE: [Tcl Java] Tclblend_init

2000-06-06 Thread Mo DeJong
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.

[Tcl Java] RE: [Tcl Java] Tclblend_init

2000-06-06 Thread Dennis Graham
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 > "

[Tcl Java] Re: [Tcl Java] Tclblend_init

2000-06-05 Thread Mo DeJong
> 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

[Tcl Java] Tclblend_init

2000-06-05 Thread Dennis Graham
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