Re: [tcljava-dev] tcl interpr from eclipse plug-in
by Patrick Finnegan other posts by this author
Aug 9 2007 5:40AM messages near this date
[tcljava-dev] tcl interpr from eclipse plug-in
|
Re: [tcljava-dev] tcl interpr from eclipse plug-in
On 09/08/07, ivan letvencuk <ivan.letvencuk@[...].com> wrote:
>
> 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
Which plugin? Java or Tcl?
Thread:
Ivan Letvencuk
Patrick Finnegan
Ivan Letvencuk
Patrick Finnegan
|