Re: [tcljava-dev] tcl interpr from eclipse plug-in
by Patrick Finnegan other posts by this author
Aug 9 2007 6:45AM messages near this date
Re: [tcljava-dev] tcl interpr from eclipse plug-in
|
[tcljava-dev] SubstCmd
On 09/08/07, ivan letvencuk <ivan.letvencuk@[...].com> wrote:
>
> Hello Patrick, thanks for interestining in my problem.. :) My English is
> little crazy, hope you don't mind..
>
> I'm writing plug-in for Eclipse 3.3 in Java. The concrete problem is next:
>
>
> - I have a String that represents tcl script.
> - that script sets some variable with some text
> - and that text is input parameter for (for example)
> org.eclipse.swt.Button.setText(text);
>
> I have installed Java jdk 1.6.0 and added jacl.jar and tcljava.jar into.
>
> As I said before, I wrote a simple example (in a simple Java project) and
> everything worked like I expected but when I put the same portion of code
> into plug-in (Java plug-in project) there is tcl/lang/TclException too.
>
>
> If you don't understand something that I wrote, let me know and I'll use
> some other english words... :)
Email me the plugin.
Thread:
Ivan Letvencuk
Patrick Finnegan
Ivan Letvencuk
Patrick Finnegan
|