Re: [tcljava-user] Tcl Blend 1.2.6 for Win32 question
Brought to you by:
mdejong
From: Mo D. <md...@un...> - 2003-04-19 00:32:39
|
On Wed, 16 Apr 2003 17:14:57 +0530 "harish" <har...@wi...> wrote: > Hi, > > I have downloaded the tclblend binaries for windows from scriptics.com site. > Now, How can i know whether tclblend is installed or not?.Do I need to > install Tcl/Tk seperately or it will come with tcl blend?. Could you tell > me the detailed steps involved in using Tcl Blend. You need to Tcl 8.3 download, here is the link from the Tcl Blend download page: http://tcl.activestate.com/download/tcl/tcl8_3/tcl831.exe Then just unzip the Tcl Blend binary in the installed Tcl dir, it will unpack the files into the lib. You then start the Tcl shell and run "package require java" and it should just work. Just and FYI, but there is a new Tcl Blend 1.3.0 release, but it is still "for developers only". cheers Mo |