The Tcl Java 1.1.1 Windows installer uses InstallWizard, which                 
is a commercial product from InstallShield (www.installshield.com)

The script.rul file used to generate the installer and the Adobe
PhotoShop splash screen have been checked into the tcljava CVS
repository for some time now.  The files are in the
tclblend/dists/tclblend directory

To make things more convenient, I've provided                                  
a copy of that directory at
http://ptolemy.eecs.berkeley.edu/~cxh/java/tcljava/dists/tclblend/

At this point, my interest in Tcl Blend is basically at an end, so I'm
not very likely to be creating another Tcl Blend installer.  I think
that MSVC++ comes with a 'lite' version of InstallWizard, but I'm not
sure.  

I'm in the process of converting over our Java infrastructure to use
Jacl instead of Tcl Blend.  We use Tcl for testing our Java code, and
it works well.  My problem with Tcl Blend is that it is tricky to
install, since it relies on finding Tcl.  Installing Jacl is much
easier than installing Tcl Blend, so in this context, I'd rather use
Jacl.

I was considering creating a standalone Java installer for Jacl using
JInstall from InstallShield, but I'll probably hack on other
installers first.

We are making available a version of Jacl available for download.  The
primary difference betweeen this version and Jacl 1.1.1 is that it
does not require two jar files; instead everything is bundled into one
jar file called ptjacl.jar.  The other difference is that I'm randomly
pulling in changes from Jacl 1.2, but I'm not necessarily pulling in
everything.

ptjacl.jar can be found at:
http://ptolemy.eecs.berkeley.edu/~cxh/java/jacl/ptjacl.html

-Christopher

--------

    On Thu, 25 Mar 1999, Philip Chu wrote:
    
    > 
    > 
    > Moses DeJong wrote:
    > 
    > > On Tue, 23 Mar 1999, Philip Chu wrote:
    > >
    > > > I installed TclBlend1.1.1 with TclPro at work. It works fine with the
    > > > regular protclsh and prowish shells, but I get a fatal memory referen
   ce
    > > > error when I do a "package require java" in the debug versions of
    > > > protclsh and prowish. This isn't surprising, since tclblend.dll is no
   t
    > > > linked with the MSVC debug library (msvcrtd.dll) and neither is jvm.d
   ll.
    > >
    > > If you check the tclblend makefile there is a line that looks like this
   .
    > >
    > > # Comment the following line to compile with symbols (java and C symbol
   s)
    > > NODEBUG=1
    > >
    > > If you comment out the NODEBUG variable then tclblend should build with
    > > debug symbols.
    
    
    I added this fix to makefile.vc. It will show up in release 1.2.3.
    
    > I was able to do this with TclBlend 1.2.2, but to get the right debug lib
   rary
    > linked, I changed this line in the makefile:
    > 
    > libcdll = msvcrt.lib oldnames.lib
    > 
    > to
    > 
    > libcdll = msvcrt$(DBGX).lib oldnames.lib
    > 
    > >
    > > >
    > > > A couple of minor issues: the Windows TclBlend1.1.1 installation does
   n't
    > > > seem to recognize TclPro as a tcl installation (prompts for the locat
   ion
    > > > of the tcl installation and then gives a warning after you provide it
   ),
    > >
    > > Could you track down where this warning is coming from? Do you get the
    > > same warning in Tcl Blend 1.2?
    
    Ok. The installer is "owned" by Christopher Hylands. I can not help with
    installer problems.
    
    later
    mo
     
    > Actually, the warning is from the installer, which isn't available with
    > TclBlend 1.2. I did an uninstall and reinstall of TclBlend 1.1.1, and her
   e's
    > the result:
    > 
    > 1)The installer pops up message saying "Failed to find Tcl installation".
    > 2)Click the Browse button to select the TclPro folder - another problem h
   ere
    > is that the drive and folder-tree selector only show the C drive, althoug
   h my
    > TclPro installation is on my D drive (maybe this was the original problem
   ?)
    > But I can key-edit the text field that has the default c:\program files\t
   cl to
    > d:\program files\tclpro1.2.
    > 3)After hitting Next, another popup: "TclPro1.2\bin does not exit. Is Tcl
    > properly installed?" In TclPro, the (Windows) bin directory is actually i
   n
    > TclPro1.2\win32-ix86\bin. So I hit OK.
    > 4) Another popup saying Tcl is not found, go to the scriptics web site? I
    hit
    > No.
    > 5) The installer promps for a place to put the TclBlend1.1.1 folder. This
    > time, the drive and folder-tree selectors show all the drives.
    > 
    > --
    > 
    > Phil Chu
    > [EMAIL PROTECTED]     http://www.technicat.com/
    > 
    > 
    > ----------------------------------------------------------------
    > The TclJava mailing list is sponsored by WebNet Technologies.
    > To subscribe:    send mail to [EMAIL PROTECTED]  
    >                  with the word SUBSCRIBE as the subject.
    > To unsubscribe:  send mail to [EMAIL PROTECTED] 
    >                  with the word UNSUBSCRIBE as the subject.
    > To send to the list, send email to '[EMAIL PROTECTED]'. 
    > A list archive is at: http://www.findmail.com/listsaver/tcldallas/
    > 
    
    ----------------------------------------------------------------
    The TclJava mailing list is sponsored by WebNet Technologies.
    To subscribe:    send mail to [EMAIL PROTECTED]  
                     with the word SUBSCRIBE as the subject.
    To unsubscribe:  send mail to [EMAIL PROTECTED] 
                     with the word UNSUBSCRIBE as the subject.
    To send to the list, send email to '[EMAIL PROTECTED]'. 
    A list archive is at: http://www.findmail.com/listsaver/tcldallas/
--------

----------------------------------------------------------------
The TclJava mailing list is sponsored by WebNet Technologies.
To subscribe:    send mail to [EMAIL PROTECTED]  
                 with the word SUBSCRIBE as the subject.
To unsubscribe:  send mail to [EMAIL PROTECTED] 
                 with the word UNSUBSCRIBE as the subject.
To send to the list, send email to '[EMAIL PROTECTED]'. 
A list archive is at: http://www.findmail.com/listsaver/tcldallas/

Reply via email to