[Tcl Java] Error in TclBlend example

1999-07-30 Thread Dunne, Hugh
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

[Tcl Java] RE: TclBlend and Corba

1999-07-21 Thread Dunne, Hugh
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

[Tcl Java] TclBlend and Corba

1999-07-20 Thread Dunne, Hugh
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