From sstanton@eng.sun.com Tue Oct 28 15:51:35 CST 1997 Article: 74769 of comp.lang.tcl Path: uuneo.neosoft.com!ultraneo.neosoft.com!news2.amd.com!uunet!in2.uu.net!news.mathworks.com!news.maxwell.syr.edu!logbridge.uoregon.edu!su-news-hub1.bbnplanet.com!news.bbnplanet.com!venus.sun.com!news2me.EBay.Sun.COM!engnews2.Eng.Sun.COM!not-for-mail From: Scott Stanton Newsgroups: comp.lang.tcl Subject: Re: A Bug Really this time Date: 27 Oct 1997 09:53:05 -0800 Organization: Sun Microsystems, Inc. Lines: 16 Message-ID: References: NNTP-Posting-Host: ghostwheel.eng.sun.com X-Newsreader: Gnus v5.2.40/XEmacs 20.0 Xref: uuneo.neosoft.com comp.lang.tcl:74769 Bob Jackson writes: > > I noticed that native threads were not installed in our > local version of JDK: > Which makes me wonder if all the native thread patches to Solaris > and JDK must be installed for tclBlend to work. TclBlend is not dynamically loadable into tclsh using green threads. You have to build a special version of tclsh that initializes the Java VM before Tcl does any I/O operations. I would recommend that you apply the Solaris patches and use the native threads version if you can. --Scott