Re: [tcljava-dev] tcl interpr from eclipse plug-in
Brought to you by:
mdejong
From: ivan l. <iva...@gm...> - 2007-08-15 10:53:26
|
Hello Patrick. You have asked to email you the plugin, so here is a simple one. It's a HelloWorld template example with my (non working) lines added to 'run' method of the SampleAction class. Once again, this works in the java application wich runs in the same workspace but does not in the plugin. I'm sure there's a logical explanation for this behavior but I'm still new in this and I'm obviously missing something.. Ivan Letvencuk Novi Sad, 15.08.2007. On 09/08/07, Patrick Finnegan <fin...@gm...> wrote: > > > > 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. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > tcljava-dev mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-dev > > |