I'm afraid there's no quick conversion, at least as far as I know. I have converted many scripts from Tcl to Java but how to do it has varied in each case, depending on the application. As a general rule, I think Tcl lists are best converted to Java arrays. That is, I use lists a lot in Tcl because they seem like 'natural' constructs in Tcl. The correspondingly 'natural' set of elements in Java seems, to me, to be the array.
_________________
Bob Rashkin