[tcljava-dev] Got Tclblend working with Active State Tcl.
Brought to you by:
mdejong
|
From: <pat...@hs...> - 2007-01-05 10:18:30
|
I managed to generate a portable binary version of the TclBlend extension
for the Windows platform. I did some limited testing with the Active State
Tcl distro using the normal package installation procedure i.e copy
tcljava1.3.2 to C:\Tcl\lib\tcljava1.3.2. No compilation required. It
seemed to work quite well.
C:\Tcl\bin>tclsh84
% package require java
1.3.2
% puts [ java::call System getProperty user.dir ]
C:\Tcl\bin
% java::import java.net.InetAddress
% puts "My IP Address is: [ [ java::call InetAddress getLocalHost ]
getHostAddress ] "
My IP Address is: XXX.XX.XX.XX
% package require snack
2.2
% package require Expect
5.43
Do we have a regression test suite for tcljava?
Would anyone like to volunteer for testing. I can ftp the binary. It has
an embedded JVM so it's 80 megabytes in size.
Regards .
Patrick Finnegan.
************************************************************
HSBC Bank plc
Registered Office: 8 Canada Square, London E14 5HQ
Registered in England - Number 14259
Authorised and regulated by the Financial Services Authority
************************************************************
-----------------------------------------
SAVE PAPER - THINK BEFORE YOU PRINT!
This E-mail is confidential.
It may also be legally privileged. If you are not the addressee you
may not copy, forward, disclose or use any part of it. If you have
received this message in error, please delete it and all copies
from your system and notify the sender immediately by return
E-mail.
Internet communications cannot be guaranteed to be timely secure,
error or virus-free. The sender does not accept liability for any
errors or omissions.
|