Re: [tcljava-user] TCL error - can't find package java
Brought to you by:
mdejong
From: Mo D. <md...@un...> - 2006-02-01 10:17:46
|
On Tue, 31 Jan 2006 21:09:20 +0530 "Sheelu_George" <She...@Sa...> wrote: > I am trying to setup a CLI application in unix. It is using TCLBlend. ... > But when I run the "cli.sh" file I am getting the following error. I > have also set my java path in the path variable. > > > > can't find package java > > while executing > > "package require java " > What do I need to do to solve this error? Do I need to set any more > environment variables? Why is this happening? Please give me an answer. The most likely case is that your env vars are not set correctly. Use the jtclsh script provided with Tcl Blend. It will setup the vars correctly and then start a Tcl shell of your choosing. You are much better off starting with jtclsh and changing it to meet your needs. cheers Mo DeJong |