[tcljava-dev] tcl interpr from eclipse plug-in
by Ivan Letvencuk other posts by this author
Aug 9 2007 3:43AM messages near this date
|
Re: [tcljava-dev] tcl interpr from eclipse plug-in
Hello!
Is it possible to work with Tcl Interpr within a plugin? When I make a
simple java project in Eclipse that contains something like:
Interpr i = new Interp();
try {
interp.eval("puts hello!");
} catch (TclException ex) {
// Handle Tcl exceptions here ...
}
everything works just fine but when I try to do the same thing from my
plug-in, tcl/lang/TclException occurs.
Can anyone tell me why?
Ivan
Thread:
Ivan Letvencuk
Patrick Finnegan
Ivan Letvencuk
Patrick Finnegan
|