Re: [tcljava-user] Calling Static methods using TclBlend
Brought to you by:
mdejong
From: Seena <sm...@en...> - 2005-01-13 09:35:39
|
Thank you very much Seena Mo DeJong wrote: >On Wed, 12 Jan 2005 12:54:05 +0000 >Seena <sm...@en...> wrote: > > > >>Hello, >> How to call static methods in a java class from Tcl using Tcl Blend? >>TIA, >>Seena >> >> > >Hello Seena > >Easy just use: > >java::call CLASSNAME METHODNAME ?ARGS? > >For example: > >java::call Integer toBinaryString 5 > >cheers >Mo > > >------------------------------------------------------- >The SF.Net email is sponsored by: Beat the post-holiday blues >Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. >It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt >_______________________________________________ >tcljava-user mailing list >tcl...@li... >https://lists.sourceforge.net/lists/listinfo/tcljava-user > > > |