I was trying to compile the example in the Dr. Dobbs article about TclBlend:
import java.awt.event.*;
public class TestActionListener implements ActionListener {
public TestActionListener(tcl.lang.Interp i, String s) {
interp = i;
script = s;
}
public void actionPerf
Oops... I figured out what was going wrong. I was using Java code generated
by a propietary tool called Silk Pilot, and buried within it was a call to
System.exit in response to an exception. The exception was only happening in
Tcl, not sure why but I have worked out how to generate my own object
Hello, I am new to the list and also a relative newby with Java and
(especially) Corba. Has anyone successfully used TclBlend to access Corba
objects? I have some code which runs fine in Java, but when I try to invoke
the methods from TclBlend, Tcl crashes (ie. the console disappears without
warni