Re: [tcljava-dev] tcl interpr from eclipse plug-in
Brought to you by:
mdejong
|
From: Patrick F. <fin...@gm...> - 2007-08-09 12:39:27
|
On 09/08/07, ivan letvencuk <iva...@gm...> 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?
|