[tcljava-dev] Got Tclblend working with Active State Tcl.
by patrickfinnegan other posts by this author
Jan 5 2007 2:18AM messages near this date
Re: [tcljava-dev] Question about Tcltk - Request for some new command options
|
[tcljava-dev] New TclBench results show that Jacl outperforms Tcl
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.
-------------------------------------------------------------------------
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
|