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