|
|
 |
tcljava-dev
Re: [tcljava-dev] Why tclblend is not stubs-aware?
by Mo DeJong other posts by this author
Mar 14 2007 4:57PM messages near this date
Re: [tcljava-dev] Why tclblend is not stubs-aware?
|
[tcljava-dev] Fwd: tcljava-dev Digest, Vol 5, Issue 4
Georgios Petasis wrote:
> >
> I see. I am using tclblend for only loading Java from Tcl, and this is
> why I never noticed any problems
> with the stubs-enabled version. I never cross my mind that tclblend
> can be used to load Tcl from
> Java. How is this accomplished in Java? You somehow load the tclblend
> dll and a Tcl interp
> gets also created?
You write a Java file that imports tcl.lang and creates an Interp. Java
will load the Interp class and that will
load tclblend.dll and also tcl84.dll in the init code for the Interp
class. You just need to make sure
the CLASSPATH and the PATH are setup correctly and it will just work.
Mo DeJong
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
tcljava-dev mailing list
tcljava-dev@[...].net
https://lists.sourceforge.net/lists/listinfo/tcljava-dev
Thread:
Georgios Petasis
Mo DeJong
Georgios Petasis
Mo DeJong
|
|
|
 |
|