[tcljava-user] Can use Jacl in scripts that load shared librarys?
Brought to you by:
mdejong
From: Tam H. <th...@su...> - 2001-05-15 01:38:07
|
If i can't call tcl scripts that load share dll's in jacl than i'm stuck = with using the Runtime.getRuntime().exec call to execute the script. Does = anybody have an example or can point to where i can this class is used to = call a tcl script? I'm just confuse on what to use to tell java that "= source" is a command in the tcl shell bc the error is "couldn't read file "= source": no such file or directory" whenever i use 'source' as part of the = cmd array. |