I'm trying to run a .tcl using wish which keeps giving me trouble.
This exception is apparently looking for a paticular class
(GenerateSQL in this case), but it follows up with an "Exception in
thread 'main". The classpath looks correct (based on another system
that the .tcl works on). GnuWin32 seems to be correctly installed and
listed on the classpath as well. -Any thoughts?
Some more of the excception:
Exception in thread "main" while executing
"exec java com.liebert.xml.GenerateSQL $filename $tablename.com"
("eval" body line 1)
invoked from within
"eval {exec java com.liebert.xml.GenerateSQL $filename $tablename >
$tablename.col}...
Thanks,
Dave Higgins
Columbus, Ohio