tcljava-user Mailing List for Tcl/Java (Page 4)
Brought to you by:
mdejong
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(23) |
Dec
(9) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(12) |
Feb
(10) |
Mar
(16) |
Apr
(10) |
May
(40) |
Jun
(13) |
Jul
(18) |
Aug
(4) |
Sep
(6) |
Oct
(3) |
Nov
|
Dec
(3) |
2002 |
Jan
(15) |
Feb
(19) |
Mar
(1) |
Apr
(11) |
May
(12) |
Jun
(10) |
Jul
(2) |
Aug
(22) |
Sep
|
Oct
(3) |
Nov
(9) |
Dec
(20) |
2003 |
Jan
(32) |
Feb
(5) |
Mar
(26) |
Apr
(30) |
May
(10) |
Jun
(8) |
Jul
(17) |
Aug
(7) |
Sep
(24) |
Oct
(7) |
Nov
(6) |
Dec
|
2004 |
Jan
(5) |
Feb
|
Mar
|
Apr
(7) |
May
(8) |
Jun
(12) |
Jul
(3) |
Aug
(11) |
Sep
(8) |
Oct
(4) |
Nov
(2) |
Dec
(6) |
2005 |
Jan
(8) |
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
(19) |
Jul
(8) |
Aug
(22) |
Sep
(12) |
Oct
(35) |
Nov
(12) |
Dec
(4) |
2006 |
Jan
(20) |
Feb
(14) |
Mar
(23) |
Apr
(10) |
May
(11) |
Jun
(1) |
Jul
(1) |
Aug
(1) |
Sep
|
Oct
(4) |
Nov
(17) |
Dec
(10) |
2007 |
Jan
(41) |
Feb
(6) |
Mar
(23) |
Apr
(15) |
May
(34) |
Jun
(5) |
Jul
(18) |
Aug
(13) |
Sep
(8) |
Oct
(9) |
Nov
(7) |
Dec
(2) |
2008 |
Jan
|
Feb
(1) |
Mar
(18) |
Apr
(1) |
May
(1) |
Jun
(10) |
Jul
(3) |
Aug
|
Sep
(10) |
Oct
(3) |
Nov
(13) |
Dec
(3) |
2009 |
Jan
(4) |
Feb
(10) |
Mar
(1) |
Apr
(11) |
May
(3) |
Jun
(7) |
Jul
(4) |
Aug
(9) |
Sep
(16) |
Oct
(3) |
Nov
(5) |
Dec
(2) |
2010 |
Jan
(3) |
Feb
|
Mar
|
Apr
(7) |
May
(1) |
Jun
|
Jul
|
Aug
(3) |
Sep
(3) |
Oct
(1) |
Nov
(1) |
Dec
|
2011 |
Jan
(3) |
Feb
|
Mar
(2) |
Apr
(17) |
May
(4) |
Jun
(17) |
Jul
(5) |
Aug
(7) |
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
(12) |
Mar
|
Apr
(1) |
May
(1) |
Jun
(1) |
Jul
|
Aug
(3) |
Sep
(2) |
Oct
(6) |
Nov
|
Dec
(2) |
2013 |
Jan
|
Feb
(1) |
Mar
|
Apr
(1) |
May
(8) |
Jun
(1) |
Jul
|
Aug
(3) |
Sep
|
Oct
(3) |
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
(2) |
Apr
(2) |
May
(1) |
Jun
(3) |
Jul
(3) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2018 |
Jan
|
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: Russell R. <rus...@gm...> - 2012-02-16 20:20:56
|
I have a simple script. It works w/o error in jaclsh. It core dumps in jtclsh. Here's the script: 1 set env(TCL_CLASSPATH) "...some-big-long-classpath..." 2 package require java 3 set httpClient [java::new org.eclipse.jetty.client.HttpClient] 4 $httpClient start The script crashes in jtclsh on line 4 with this message: tclsh8.4: /home/rroy/tcljava/src/native/javaCmd.c:398: JavaGetCache: Assertion `tsdPtr->initialized' failed. Aborted (core dumped) That's the whole of the output when the thing dies. I was hoping to be able to do some java debugging by running the script in jaclsh but, as I said, the thing works fine there - no problem, no crash. I really need this to work in jctlsh. I'm using tclBlend 1.4.1 pulled from latest at sourceforge, and thread2.6.5, tcl 8.4.19 (I also tried various permutations and combinations of thread2.6.3, tcl8.4.13 and earlier versions of tclBlend, all w/o any luck.) I've rebuilt and and re-installed tclBlend cleanly with each change so as to ensure consistency and jaclsh and jtclsh are setting up a correct environment but the problem persists. I stuck the core image in gdb but I there's was nothing discernibly useful, to me anyways (I believe the failed assertion is forcing the core dump.) I've run out of ideas on how to debug this. Russ PS: For what it's worth ... The HttpClient of above comes in two flavors - CONNECTOR_SOCKET and CONNECTOR_SELECT_CHANNEL (the default). I happened to discover through trial and error that if I configure the client as CONNECTOR_SOCKET before I do the start then it runs w/o error in jtclsh. That's interesting but it doesn't help me because I need to run in it as select channel. |
From: Johannes13 <joh...@jo...> - 2012-02-13 16:05:32
|
the last arg of a variag method is treated as an array. (only some synactic suggar for that). So just try to use it as array, may work. |
From: Russell R. <rus...@gm...> - 2012-02-12 18:57:23
|
Two things: 1) Problem w/ arrays... This works ok: % set arrayObj [java::new {int[]} 5 {11 12 99 14 15}] java0x4 # this cast works ok too thus demonstrating that my class name is valid % set clientTransport [java::cast * org.cometd.client.transport.ClientTransport* $transport] java0x3 But when I try to use that classname to create an array of these in the same manner as int objects... % set clientTransports [java::new {* org.cometd.client.transport.ClientTransport*[]} 1 $clientTransport] unknown class "org.cometd.client.transport.ClientTransport" % I didn't expect that result and I don't know how to correct. 2) Thing 2. A certain class constructor takes a *variable length *argument list. Here's the signature: *BayeuxClient<http://docs.cometd.org/apidocs/org/cometd/client/BayeuxClient.html#BayeuxClient%28java.lang.String,%20org.cometd.client.transport.ClientTransport,%20org.cometd.client.transport.ClientTransport...%29> *(String<http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true> url, ClientTransport<http://docs.cometd.org/apidocs/org/cometd/client/transport/ClientTransport.html> transport, ClientTransport<http://docs.cometd.org/apidocs/org/cometd/client/transport/ClientTransport.html> ... transports) Creates a BayeuxClient<http://docs.cometd.org/apidocs/org/cometd/client/BayeuxClient.html> that will connect to the Bayeux server at the given URL and with the given transport(s). % set client [java::new org.cometd.client.BayeuxClient http::// 172.30.12.75:8080/cometd $clientTransport] can't find accessible constructor with 2 argument(s) for class "org.cometd.client.BayeuxClient" Again, I didn't expect that result and don't know how to rephrase it in tclblend parlance to satisfy the complaint. Thanks in advance for any guidance you may be able to provide. - Russ Roy |
From: jacques k. <jac...@da...> - 2011-08-31 10:46:40
|
(I posted this message in tcljava-dev, but..., let's try it also in tcljava-user) Hello, simple questions. Has somebody tried to build tclBlend 1.4.1 for Tcl 8.5 ?, was it successful ?, if yes, are there patches to apply ?, if no, what kind of problems should be solved in order to get a tclBlend extension for Tcl 8.5 ? |
From: David F. <hus...@gm...> - 2011-08-11 06:03:25
|
Thanks Bruce and Tom for the quick replies, they are both very helpful. DaveF On Wed, Aug 10, 2011 at 6:20 PM, Bruce Johnson <nm...@ma...> wrote: > Here's a link with some relevant information about Jacl licensing: > > https://fossbazaar.org/content/jacl-licensing-case-study > > Bruce > > On Aug 10, 2011, at 9:14 PM, David Fick wrote: > > > Apologies for raising a non-technical question but I'm looking to use > part of the Tcl/Java project for a project I'm working on. Unfortunately it > is for a customer that requires assurances about the proper origin of the > solution I'm building. So my question is what is the applicable license for > the Tcl/Java project? I can find no direct license reference on the project > web site yet the SourceForge project summary page references a BSD license > (not clear which BSD license). But in the last available source code package > it appears except for specific code included in the project the referenced > license is some type of Sun license. > > > > Given all that, anyone know what the correct license is? > > > > Thanks, > > > > DaveF > > > ------------------------------------------------------------------------------ > > Get a FREE DOWNLOAD! and learn more about uberSVN rich system, > > user administration capabilities and model configuration. Take > > the hassle out of deploying and managing Subversion and the > > tools developers use with it. > > http://p.sf.net/sfu/wandisco-dev2dev > > _______________________________________________ > > tcljava-user mailing list > > tcl...@li... > > https://lists.sourceforge.net/lists/listinfo/tcljava-user > > > > ------------------------------------------------------------------------------ > Get a FREE DOWNLOAD! and learn more about uberSVN rich system, > user administration capabilities and model configuration. Take > the hassle out of deploying and managing Subversion and the > tools developers use with it. > http://p.sf.net/sfu/wandisco-dev2dev > _______________________________________________ > tcljava-user mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-user > |
From: Tom P. <tpo...@ny...> - 2011-08-11 02:40:30
|
For the JTcl project (which is another distribution of the Jacl software) you can visit the following page for the relevant license and copyright terms. I believe this is an accurate listing of the licenses and copyrights, if not I would be happy to add any missing terms. http://jtcl.kenai.com/licenses.html Note that the Tcllib license is only applicable to JTcl, since it ships with Tcllib. -- Tom Poindexter tpo...@ny... On Wed, Aug 10, 2011 at 09:20:02PM -0400, Bruce Johnson wrote: > Here's a link with some relevant information about Jacl licensing: > > https://fossbazaar.org/content/jacl-licensing-case-study > > Bruce > > On Aug 10, 2011, at 9:14 PM, David Fick wrote: > > > Apologies for raising a non-technical question but I'm looking to use part of the Tcl/Java project for a project I'm working on. Unfortunately it is for a customer that requires assurances about the proper origin of the solution I'm building. So my question is what is the applicable license for the Tcl/Java project? I can find no direct license reference on the project web site yet the SourceForge project summary page references a BSD license (not clear which BSD license). But in the last available source code package it appears except for specific code included in the project the referenced license is some type of Sun license. > > > > Given all that, anyone know what the correct license is? > > > > Thanks, > > > > DaveF > > ------------------------------------------------------------------------------ > > Get a FREE DOWNLOAD! and learn more about uberSVN rich system, > > user administration capabilities and model configuration. Take > > the hassle out of deploying and managing Subversion and the > > tools developers use with it. > > http://p.sf.net/sfu/wandisco-dev2dev > > _______________________________________________ > > tcljava-user mailing list > > tcl...@li... > > https://lists.sourceforge.net/lists/listinfo/tcljava-user > > > ------------------------------------------------------------------------------ > Get a FREE DOWNLOAD! and learn more about uberSVN rich system, > user administration capabilities and model configuration. Take > the hassle out of deploying and managing Subversion and the > tools developers use with it. > http://p.sf.net/sfu/wandisco-dev2dev > _______________________________________________ > tcljava-user mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-user |
From: Bruce J. <nm...@ma...> - 2011-08-11 01:20:57
|
Here's a link with some relevant information about Jacl licensing: https://fossbazaar.org/content/jacl-licensing-case-study Bruce On Aug 10, 2011, at 9:14 PM, David Fick wrote: > Apologies for raising a non-technical question but I'm looking to use part of the Tcl/Java project for a project I'm working on. Unfortunately it is for a customer that requires assurances about the proper origin of the solution I'm building. So my question is what is the applicable license for the Tcl/Java project? I can find no direct license reference on the project web site yet the SourceForge project summary page references a BSD license (not clear which BSD license). But in the last available source code package it appears except for specific code included in the project the referenced license is some type of Sun license. > > Given all that, anyone know what the correct license is? > > Thanks, > > DaveF > ------------------------------------------------------------------------------ > Get a FREE DOWNLOAD! and learn more about uberSVN rich system, > user administration capabilities and model configuration. Take > the hassle out of deploying and managing Subversion and the > tools developers use with it. > http://p.sf.net/sfu/wandisco-dev2dev > _______________________________________________ > tcljava-user mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-user |
From: David F. <hus...@gm...> - 2011-08-11 01:12:13
|
Apologies for raising a non-technical question but I'm looking to use part of the Tcl/Java project for a project I'm working on. Unfortunately it is for a customer that requires assurances about the proper origin of the solution I'm building. So my question is what is the applicable license for the Tcl/Java project? I can find no direct license reference on the project web site yet the SourceForge project summary page references a BSD license (not clear which BSD license). But in the last available source code package it appears except for specific code included in the project the referenced license is some type of Sun license. Given all that, anyone know what the correct license is? Thanks, DaveF |
From: Andreas K. <and...@ac...> - 2011-08-05 20:58:43
|
[[ Get your papers in. The deadline for abstracts and proposals is three weeks away. ]] 18th Annual Tcl/Tk Conference (Tcl'2011) http://www.tcl.tk/community/tcl2011/ October 24 - 28, 2011 Comfort Suites Manassas Manassas, Virgina, USA Important Dates: Abstracts and proposals due August 26, 2011 Notification to authors September 12, 2011 WIP and BOF reservations open August 1, 2011 Author materials due October 9, 2011 Tutorials Start October 24, 2011 Conference starts October 26, 2011 Email Contact: tcl...@go... Submission of Summaries Tcl/Tk 2011 will be held in Manassas, Virgina, USA from October 24 - 28, 2011. The program committee is asking for papers and presentation proposals from anyone using or developing with Tcl/Tk (and extensions). Past conferences have seen submissions covering a wide variety of topics including: * Scientific and engineering applications * Industrial controls * Distributed applications and Network Managment * Object oriented extensions to Tcl/Tk * New widgets for Tk * Simulation and application steering with Tcl/Tk * Tcl/Tk-centric operating environments * Tcl/Tk on small and embedded devices * Medical applications and visualization * Use of different programming paradigms in Tcl/Tk and proposals for new directions. * New areas of exploration for the Tcl/Tk language This year is the fourth year that the Tcl community is participating in the Google Summer of Code. The conference program committee would like to encourage submissions that report on the Tcl projects selected for Google SoC 2011. Submissions should consist of an abstract of about 100 words and a summary of not more than two pages, and should be sent as plain text to <tclconference AT googlegroups DOT com> no later than August 26, 2011. Authors of accepted abstracts will have until October 9, 2011 to submit their final paper for the inclusion in the conference proceedings. The proceedings will be made available on digital media, so extra materials such as presentation slides, code examples, code for extensions etc. are encouraged. Printed proceedings will be produced as an on-demand book at lulu.com The authors will have 25 minutes to present their paper at the conference. The program committee will review and evaluate papers according to the following criteria: * Quantity and quality of novel content * Relevance and interest to the Tcl/Tk community * Suitability of content for presentation at the conference Proposals may report on commercial or non-commercial systems, but those with only blatant marketing content will not be accepted. Application and experience papers need to strike a balance between background on the application domain and the relevance of Tcl/Tk to the application. Application and experience papers should clearly explain how the application or experience illustrates a novel use of Tcl/Tk, and what lessons the Tcl/Tk community can derive from the application or experience to apply to their own development efforts. Papers accompanied by non-disclosure agreements will be returned to the author(s) unread. All submissions are held in the highest confidentiality prior to publication in the Proceedings, both as a matter of policy and in accord with the U. S. Copyright Act of 1976. The primary author for each accepted paper will receive registration to the Technical Sessions portion of the conference at a reduced rate. TCLCA receives first publication rights, and expects that this is the first time the paper is published. Not a retread from another conference, etc. TCLCA further receives subsequent publication rights, to handle the Publish-On-Demand nature of Lulu, our vendor for the dissemination of the conference proceedings. All other rights are retained by the author. You can put this on your website, include it in a book, expand it into a novel, sell the movie rights, etc. Other Forms of Participation The program committee also welcomes proposals for panel discussions of up to 90 minutes. Proposals should include a list of confirmed panelists, a title and format, and a panel description with position statements from each panelist. Panels should have no more than four speakers, including the panel moderator, and should allow time for substantial interaction with attendees. Panels are not presentations of related research papers. Slots for Works-in-Progress (WIP) presentations and Birds-of-a-Feather sessions (BOFs) are available on a first-come, first-served basis starting in August 1, 2011. Specific instructions for reserving WIP and BOF time slots will be provided in the registration information available in June 2011. Some WIP and BOF time slots will be held open for on-site reservation. All attendees with an interesting work in progress should consider reserving a WIP slot. Registration Information More information on the conference is available the conference Web site (http://www.tcl.tk/community/tcl2011/) and will be published on various Tcl/Tk-related information channels. Reservations for hotel suites can be made by calling (703) 686-1100. Be certain to mention that you are with the Tcl/Tk Conference to get the Tcl/Tk Conference room rate. To keep in touch with news regarding the conference and Tcl events in general, subscribe to the tcl-announce list. See: http://aspn.activestate.com/ASPN/Mail/ to subscribe to the tcl-announce mailing list. Conference Committee Clif Flynt Noumena Corp General Chair, Website Admin Andreas Kupries ActiveState Software Inc. Program Chair Cyndy Lilagan Iomas Research, LLC Brian Griffin Mentor Graphics Ron Fox NSCL/FRIB Michigan State University Arjen Markus Deltares Mike Doyle Iomas Research, LLC Gerald Lester KnG Consulting, LLC Donal Fellows University of Manchester Jeffrey Hobbs ActiveState Software Inc. Steve Landers Digital Smarties Kevin Kenny GE Global Research Center Larry Virden Tcl FAQ Maintainer Steve Redler IV SR Technology Contact Information tcl...@go... Tcl'2011 would like to thank those who are sponsoring the conference: ActiveState Software Inc. Buonacorsi Foundation Mentor Graphics Noumena Corp. SR Technology Tcl Community Association |
From: Arash A. <ara...@gm...> - 2011-08-04 18:41:46
|
Hi All, I am completely new to TCL blend and trying to use TCL Blend 1.4.1 (the newest version.) on Windows 7 using jdk 1.6.0 . When I want to load a Java class library it works fine with no problem. However, when I want to load my own class , TCL Blend crashes and --> Interp.callCommand() raised an excpetion. Here is the link of another guy who had the same problem : http://sourceforge.net/mailarchive/forum.php?forum_name=tcljava-user&max_rows=25&style=nested&viewmonth=200805 I have not found any solution for that. I would be grateful if anybody could help me to figure out what the problem is. Thank you in advance and looking forward for any help, -- Arash Alikhani |
From: Radosław S. <rs...@gm...> - 2011-07-27 09:18:50
|
I'm a software developer of JTcl (a.k.a tcl-java). Just wanted to know what's the area of project.Good luck! -- Radek 2011/7/27 Peter Penzov <pet...@gm...> > Hi, > It's a project similar to Nagios - monitoring and managing of servers. > What is your level of web java knowledge? Can you work with JBoss Seam 3 > framework? > > Regards > Peter > > > On Wed, Jul 27, 2011 at 11:09 AM, Radosław Szulgo <rs...@gm...>wrote: > >> What's the project about? Write some more details, please. >> >> Re, >> -- Radek >> >> 2011/7/26 Peter Penzov <pet...@gm...> >> >>> Hi, >>> I'm starting an open source project which involves web based Java, >>> JBoss application server and JBoss Seam 3. I'm a student and I work on the >>> project in my free time for training. Every one who want to take a part in >>> this hobby project in his free time is invited. Send me e-mail. >>> >>> peter. penzov(at)gmail. com >>> >>> Regards >>> Peter >>> >>> ------------------------------------------------------------------------------ >>> Magic Quadrant for Content-Aware Data Loss Prevention >>> Research study explores the data loss prevention market. Includes >>> in-depth >>> analysis on the changes within the DLP market, and the criteria used to >>> evaluate the strengths and weaknesses of these DLP solutions. >>> http://www.accelacomm.com/jaw/sfnl/114/51385063/ >>> _______________________________________________ >>> tcljava-user mailing list >>> tcl...@li... >>> https://lists.sourceforge.net/lists/listinfo/tcljava-user >>> >>> >> >> >> ------------------------------------------------------------------------------ >> Got Input? Slashdot Needs You. >> Take our quick survey online. Come on, we don't ask for help often. >> Plus, you'll get a chance to win $100 to spend on ThinkGeek. >> http://p.sf.net/sfu/slashdot-survey >> >> _______________________________________________ >> tcljava-user mailing list >> tcl...@li... >> https://lists.sourceforge.net/lists/listinfo/tcljava-user >> >> > > > ------------------------------------------------------------------------------ > Got Input? Slashdot Needs You. > Take our quick survey online. Come on, we don't ask for help often. > Plus, you'll get a chance to win $100 to spend on ThinkGeek. > http://p.sf.net/sfu/slashdot-survey > _______________________________________________ > tcljava-user mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-user > > |
From: Peter P. <pet...@gm...> - 2011-07-27 08:30:57
|
Hi, It's a project similar to Nagios - monitoring and managing of servers. What is your level of web java knowledge? Can you work with JBoss Seam 3 framework? Regards Peter On Wed, Jul 27, 2011 at 11:09 AM, Radosław Szulgo <rs...@gm...> wrote: > What's the project about? Write some more details, please. > > Re, > -- Radek > > 2011/7/26 Peter Penzov <pet...@gm...> > >> Hi, >> I'm starting an open source project which involves web based Java, >> JBoss application server and JBoss Seam 3. I'm a student and I work on the >> project in my free time for training. Every one who want to take a part in >> this hobby project in his free time is invited. Send me e-mail. >> >> peter. penzov(at)gmail. com >> >> Regards >> Peter >> >> ------------------------------------------------------------------------------ >> Magic Quadrant for Content-Aware Data Loss Prevention >> Research study explores the data loss prevention market. Includes in-depth >> analysis on the changes within the DLP market, and the criteria used to >> evaluate the strengths and weaknesses of these DLP solutions. >> http://www.accelacomm.com/jaw/sfnl/114/51385063/ >> _______________________________________________ >> tcljava-user mailing list >> tcl...@li... >> https://lists.sourceforge.net/lists/listinfo/tcljava-user >> >> > > > ------------------------------------------------------------------------------ > Got Input? Slashdot Needs You. > Take our quick survey online. Come on, we don't ask for help often. > Plus, you'll get a chance to win $100 to spend on ThinkGeek. > http://p.sf.net/sfu/slashdot-survey > _______________________________________________ > tcljava-user mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-user > > |
From: Radosław S. <rs...@gm...> - 2011-07-27 08:09:40
|
What's the project about? Write some more details, please. Re, -- Radek 2011/7/26 Peter Penzov <pet...@gm...> > Hi, > I'm starting an open source project which involves web based Java, > JBoss application server and JBoss Seam 3. I'm a student and I work on the > project in my free time for training. Every one who want to take a part in > this hobby project in his free time is invited. Send me e-mail. > > peter. penzov(at)gmail. com > > Regards > Peter > > ------------------------------------------------------------------------------ > Magic Quadrant for Content-Aware Data Loss Prevention > Research study explores the data loss prevention market. Includes in-depth > analysis on the changes within the DLP market, and the criteria used to > evaluate the strengths and weaknesses of these DLP solutions. > http://www.accelacomm.com/jaw/sfnl/114/51385063/ > _______________________________________________ > tcljava-user mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-user > > |
From: Peter P. <pet...@gm...> - 2011-07-26 17:44:15
|
Hi, I'm starting an open source project which involves web based Java, JBoss application server and JBoss Seam 3. I'm a student and I work on the project in my free time for training. Every one who want to take a part in this hobby project in his free time is invited. Send me e-mail. peter. penzov(at)gmail. com Regards Peter |
From: Tom P. <tpo...@ny...> - 2011-07-14 00:48:44
|
The JTcl team is happy to announce the release of JTcl 2.0.0. Refer to the news page for changes from the previous release: http://jtcl.kenai.com/news.html ---README------------------------------------------------------- JTcl - Tcl Language Interpreter in Java http://jtcl.kenai.com JTcl is an implementation of Tcl (Tool Command Language) written in Java. JTcl implements a large extent of Tcl 8.4 syntax and commands, limited only by API restrictions of the Java Virtual Machine. JTcl is based on the Jacl interpreter (http://tcljava.sf.net) INSTALLING JTCL JTcl requires a Java JVM 1.5 or higher (Java 1.6 is recommended). You may have to install Java if you don't already have it installed. Download JTcl distribution from: http://kenai.com/projects/jtcl/downloads JTcl is distributed as a ZIP archive. Download the latest jtcl-{version}-bin.zip file from the JTcl website, and unzip into a directory of your choice. Unix/Linux/Mac OSX shell script (`jtcl') and Windows batch file (`jtcl.bat') are included. Unix/Linux/OSX users may want to make a symbolic link in /usr/local/bin (or any other directory on your PATH of your choice): sudo ln -s `pwd`/jtcl /usr/local/bin LICENSE JTcl is licensed under BSD-style licenses by various copyright holders. See the license.* files in the binary distribution files, or review at: http://jtcl.kenai.com/licenses.html SOURCE CODE JTcl uses the Mercurial distributed source code control system. Install Mercurial using your OS distribution package manager or get executables from the Mercurial site: http://mercurial.selenic.com/ Browse JTcl source code: http://kenai.com/projects/jtcl/sources Clone the JTcl repository: hg clone https://hg.kenai.com/hg/jtcl~jtcl-main Sources to released versions can also be downloaded from: http://kenai.com/projects/jtcl/downloads Download the jtcl-{version}-src.zip file and unzip into a directory of your choice. DOCUMENTATION Local documentation, which consists a copy of the the JTcl web site, can be downloaded from: http://kenai.com/projects/jtcl/downloads Documenation is distributed as a ZIP archive, Download the latest jtcl-{version}-doc.zip file from the JTcl website, and unzip into a directory of your choice. MAILING LIST and BUG REPORTING Please subscribe and use the JTcl mailing list for questions and to share information. The JTcl Bug tracker should be used to report bugs. Mailing lists: http://kenai.com/projects/jtcl/lists Bug reporting: http://kenai.com/bugzilla/buglist.cgi?product=jtcl **The JTcl Team** -- Tom Poindexter tpo...@ny... |
From: <ph...@hi...> - 2011-06-29 17:31:01
|
The other way around works with tclblend. There is a sample in the doc. Envoyé par mon BlackBerry Wireless Handheld. -----Original Message----- From: Perry Gagne <pg...@io...> Date: Wed, 29 Jun 2011 13:25:47 To: A list for users of tcljava<tcl...@li...> Reply-To: A list for users of tcljava <tcl...@li...> Subject: Re: [tcljava-user] Using TCL packages in TCL Java I see, so you have TCL scripts that interact with Java and Ixia. Do you know if I can write Java programs that call TCL scripts that interact with Ixia? Most of the docs I have read on TCL Blend only talk about TCL talking to Java, but not the other way around. Thanks for your help. --Perry On 06/29/2011 01:21 PM, Ross, Bill wrote: > I call java commands from within tcl using tclblend. > I call the Ixia commands from within tcl. > > -----Original Message----- > From: Perry Gagne [mailto:pg...@io...] > Sent: Wednesday, June 29, 2011 1:19 PM > To: A list for users of tcljava > Subject: Re: [tcljava-user] Using TCL packages in TCL Java > > Excellent, I think this is what I am looking for. > > To confirm does this let you call Ixia TCL commands from Java and/or > vice versa? Have you had any problems with this setup? > > --Perry > > On 06/29/2011 01:15 PM, Ross, Bill wrote: >> Tclblend is called in using "package require" like any standard tcl module. >> As far as I know the Ixia tcl stuff does not need to be compiled and I think it is self sufficient, meaning no other code is required. >> >> Here is the code I use for loading the packages and setting some variables >> >> ###TCL Code to add packages: >> package require IxTclHal; >> package require java; >> set env(CLASSPATH) "/home/bin/jars/xxx.jar"; >> >> ### Ixia environment variables >> set env(TCL_LIB_HOME) "/opt/tcl_Library"; >> set env(IXIA_VERSION) "5.00.30037"; >> set env(IXIA_HOME) $env(TCL_LIB_HOME)/lib/ixia; >> set env(IXIA_LIB) $env(IXIA_HOME)/lib; >> set env(IXIA_RESULTS_DIR) $env(IXIA_HOME); >> set env(IXIA_LOGS_DIR) $env(IXIA_HOME); >> set env(IXIA_TCL_DIR) $env(IXIA_LIB); >> set env(IXIA_SAMPLES_DIR) $env(IXIA_LIB); >> set env(IXTCLHAL_LIBRARY) $env(IXIA_LIB)/ixTcl1.0; >> >> >> -----Original Message----- >> From: Perry Gagne [mailto:pg...@io...] >> Sent: Wednesday, June 29, 2011 12:44 PM >> To: A list for users of tcljava >> Subject: Re: [tcljava-user] Using TCL packages in TCL Java >> >> Correction, I mean for using TclBlend to interface with TCL and C code. >> >> --Perry >> >> On 06/29/2011 12:42 PM, Perry Gagne wrote: >>> Is there any documentation or tutorials for stuff like this, (using the >>> C libraries in TCL). I am not very familiar with JNI . >>> >>> --Perry >>> >>> On 06/29/2011 12:09 PM, Johannes13 wrote: >>>> [load] on Jacl can not load c libraries. So, if one of your required >>>> packages need a lib written in C, you should use TclBlend. >>>> >>>> --Johannes >>>> ----- Original Message ----- >>>> From: "Perry Gagne"<pg...@io...> >>>> To: "A list for users of tcljava"<tcl...@li...> >>>> Sent: Wednesday, June 29, 2011 5:44 PM >>>> Subject: Re: [tcljava-user] Using TCL packages in TCL Java >>>> >>>> >>>>> We have it running using regular TCL sh, I was curious if we could >>>>> interact with it in our scripts that are interpreted by Jacl or somehow >>>>> interfact with it via Java >>>>> --Perry >>>>> >>>>> On 06/29/2011 11:35 AM, Ross, Bill wrote: >>>>>> We use the Ixia TCL automation library. >>>>>> It uses pure TCL. >>>>>> You should not have to use any java, either tclblend or jacl. >>>>>> Your Ixia support people should be able to help you get it running. >>>>>> There are a few environment variables that need to be set. >>>>>> >>>>>> -----Original Message----- >>>>>> From: Perry Gagne [mailto:pg...@io...] >>>>>> Sent: Wednesday, June 29, 2011 9:27 AM >>>>>> To: tcl...@li... >>>>>> Subject: [tcljava-user] Using TCL packages in TCL Java >>>>>> >>>>>> Hello, >>>>>> >>>>>> I am a little new too TCL so I was wondering if someone could help me >>>>>> out and see if this was something that could be done. >>>>>> >>>>>> My group uses IXIA's TCL Automation library: >>>>>> >>>>>> http://www.ixiacom.com/products/display?skey=tcl_api >>>>>> >>>>>> We were wondering if it could be used in a project we have that uses >>>>>> TCL/Java. From my understanding this library is C based. Currently I >>>>>> believe we strictly use Jacl, from some reading online (mostly this >>>>>> post): >>>>>> >>>>>> http://tech.groups.yahoo.com/group/tcljava/message/412 >>>>>> >>>>>> I found that in order to do this we need to use TCL Blend. >>>>>> >>>>>> Does this sound right? Has anyone worked with IXIA automation library >>>>>> and done a similar thing? >>>>>> >>>>>> Thanks for the help >>>>>> --Perry >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> All of the data generated in your IT infrastructure is seriously >>>>>> valuable. >>>>>> Why? It contains a definitive record of application performance, security >>>>>> threats, fraudulent activity, and more. Splunk takes this data and makes >>>>>> sense of it. IT sense. And common sense. >>>>>> http://p.sf.net/sfu/splunk-d2d-c2 >>>>>> _______________________________________________ >>>>>> tcljava-user mailing list >>>>>> tcl...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/tcljava-user >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> All of the data generated in your IT infrastructure is seriously >>>>>> valuable. >>>>>> Why? It contains a definitive record of application performance, security >>>>>> threats, fraudulent activity, and more. Splunk takes this data and makes >>>>>> sense of it. IT sense. And common sense. >>>>>> http://p.sf.net/sfu/splunk-d2d-c2 >>>>>> _______________________________________________ >>>>>> tcljava-user mailing list >>>>>> tcl...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/tcljava-user >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> All of the data generated in your IT infrastructure is seriously valuable. >>>>> Why? It contains a definitive record of application performance, security >>>>> threats, fraudulent activity, and more. Splunk takes this data and makes >>>>> sense of it. IT sense. And common sense. >>>>> http://p.sf.net/sfu/splunk-d2d-c2 >>>>> _______________________________________________ >>>>> tcljava-user mailing list >>>>> tcl...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/tcljava-user >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> All of the data generated in your IT infrastructure is seriously valuable. >>>> Why? It contains a definitive record of application performance, security >>>> threats, fraudulent activity, and more. Splunk takes this data and makes >>>> sense of it. IT sense. And common sense. >>>> http://p.sf.net/sfu/splunk-d2d-c2 >>>> _______________________________________________ >>>> tcljava-user mailing list >>>> tcl...@li... >>>> https://lists.sourceforge.net/lists/listinfo/tcljava-user >>> >>> ------------------------------------------------------------------------------ >>> All of the data generated in your IT infrastructure is seriously valuable. >>> Why? It contains a definitive record of application performance, security >>> threats, fraudulent activity, and more. Splunk takes this data and makes >>> sense of it. IT sense. And common sense. >>> http://p.sf.net/sfu/splunk-d2d-c2 >>> _______________________________________________ >>> tcljava-user mailing list >>> tcl...@li... >>> https://lists.sourceforge.net/lists/listinfo/tcljava-user >> >> ------------------------------------------------------------------------------ >> All of the data generated in your IT infrastructure is seriously valuable. >> Why? It contains a definitive record of application performance, security >> threats, fraudulent activity, and more. Splunk takes this data and makes >> sense of it. IT sense. And common sense. >> http://p.sf.net/sfu/splunk-d2d-c2 >> _______________________________________________ >> tcljava-user mailing list >> tcl...@li... >> https://lists.sourceforge.net/lists/listinfo/tcljava-user >> >> ------------------------------------------------------------------------------ >> All of the data generated in your IT infrastructure is seriously valuable. >> Why? It contains a definitive record of application performance, security >> threats, fraudulent activity, and more. Splunk takes this data and makes >> sense of it. IT sense. And common sense. >> http://p.sf.net/sfu/splunk-d2d-c2 >> _______________________________________________ >> tcljava-user mailing list >> tcl...@li... >> https://lists.sourceforge.net/lists/listinfo/tcljava-user > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > tcljava-user mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-user > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > tcljava-user mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-user ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ tcljava-user mailing list tcl...@li... https://lists.sourceforge.net/lists/listinfo/tcljava-user |
From: Perry G. <pg...@io...> - 2011-06-29 17:25:55
|
I see, so you have TCL scripts that interact with Java and Ixia. Do you know if I can write Java programs that call TCL scripts that interact with Ixia? Most of the docs I have read on TCL Blend only talk about TCL talking to Java, but not the other way around. Thanks for your help. --Perry On 06/29/2011 01:21 PM, Ross, Bill wrote: > I call java commands from within tcl using tclblend. > I call the Ixia commands from within tcl. > > -----Original Message----- > From: Perry Gagne [mailto:pg...@io...] > Sent: Wednesday, June 29, 2011 1:19 PM > To: A list for users of tcljava > Subject: Re: [tcljava-user] Using TCL packages in TCL Java > > Excellent, I think this is what I am looking for. > > To confirm does this let you call Ixia TCL commands from Java and/or > vice versa? Have you had any problems with this setup? > > --Perry > > On 06/29/2011 01:15 PM, Ross, Bill wrote: >> Tclblend is called in using "package require" like any standard tcl module. >> As far as I know the Ixia tcl stuff does not need to be compiled and I think it is self sufficient, meaning no other code is required. >> >> Here is the code I use for loading the packages and setting some variables >> >> ###TCL Code to add packages: >> package require IxTclHal; >> package require java; >> set env(CLASSPATH) "/home/bin/jars/xxx.jar"; >> >> ### Ixia environment variables >> set env(TCL_LIB_HOME) "/opt/tcl_Library"; >> set env(IXIA_VERSION) "5.00.30037"; >> set env(IXIA_HOME) $env(TCL_LIB_HOME)/lib/ixia; >> set env(IXIA_LIB) $env(IXIA_HOME)/lib; >> set env(IXIA_RESULTS_DIR) $env(IXIA_HOME); >> set env(IXIA_LOGS_DIR) $env(IXIA_HOME); >> set env(IXIA_TCL_DIR) $env(IXIA_LIB); >> set env(IXIA_SAMPLES_DIR) $env(IXIA_LIB); >> set env(IXTCLHAL_LIBRARY) $env(IXIA_LIB)/ixTcl1.0; >> >> >> -----Original Message----- >> From: Perry Gagne [mailto:pg...@io...] >> Sent: Wednesday, June 29, 2011 12:44 PM >> To: A list for users of tcljava >> Subject: Re: [tcljava-user] Using TCL packages in TCL Java >> >> Correction, I mean for using TclBlend to interface with TCL and C code. >> >> --Perry >> >> On 06/29/2011 12:42 PM, Perry Gagne wrote: >>> Is there any documentation or tutorials for stuff like this, (using the >>> C libraries in TCL). I am not very familiar with JNI . >>> >>> --Perry >>> >>> On 06/29/2011 12:09 PM, Johannes13 wrote: >>>> [load] on Jacl can not load c libraries. So, if one of your required >>>> packages need a lib written in C, you should use TclBlend. >>>> >>>> --Johannes >>>> ----- Original Message ----- >>>> From: "Perry Gagne"<pg...@io...> >>>> To: "A list for users of tcljava"<tcl...@li...> >>>> Sent: Wednesday, June 29, 2011 5:44 PM >>>> Subject: Re: [tcljava-user] Using TCL packages in TCL Java >>>> >>>> >>>>> We have it running using regular TCL sh, I was curious if we could >>>>> interact with it in our scripts that are interpreted by Jacl or somehow >>>>> interfact with it via Java >>>>> --Perry >>>>> >>>>> On 06/29/2011 11:35 AM, Ross, Bill wrote: >>>>>> We use the Ixia TCL automation library. >>>>>> It uses pure TCL. >>>>>> You should not have to use any java, either tclblend or jacl. >>>>>> Your Ixia support people should be able to help you get it running. >>>>>> There are a few environment variables that need to be set. >>>>>> >>>>>> -----Original Message----- >>>>>> From: Perry Gagne [mailto:pg...@io...] >>>>>> Sent: Wednesday, June 29, 2011 9:27 AM >>>>>> To: tcl...@li... >>>>>> Subject: [tcljava-user] Using TCL packages in TCL Java >>>>>> >>>>>> Hello, >>>>>> >>>>>> I am a little new too TCL so I was wondering if someone could help me >>>>>> out and see if this was something that could be done. >>>>>> >>>>>> My group uses IXIA's TCL Automation library: >>>>>> >>>>>> http://www.ixiacom.com/products/display?skey=tcl_api >>>>>> >>>>>> We were wondering if it could be used in a project we have that uses >>>>>> TCL/Java. From my understanding this library is C based. Currently I >>>>>> believe we strictly use Jacl, from some reading online (mostly this >>>>>> post): >>>>>> >>>>>> http://tech.groups.yahoo.com/group/tcljava/message/412 >>>>>> >>>>>> I found that in order to do this we need to use TCL Blend. >>>>>> >>>>>> Does this sound right? Has anyone worked with IXIA automation library >>>>>> and done a similar thing? >>>>>> >>>>>> Thanks for the help >>>>>> --Perry >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> All of the data generated in your IT infrastructure is seriously >>>>>> valuable. >>>>>> Why? It contains a definitive record of application performance, security >>>>>> threats, fraudulent activity, and more. Splunk takes this data and makes >>>>>> sense of it. IT sense. And common sense. >>>>>> http://p.sf.net/sfu/splunk-d2d-c2 >>>>>> _______________________________________________ >>>>>> tcljava-user mailing list >>>>>> tcl...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/tcljava-user >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> All of the data generated in your IT infrastructure is seriously >>>>>> valuable. >>>>>> Why? It contains a definitive record of application performance, security >>>>>> threats, fraudulent activity, and more. Splunk takes this data and makes >>>>>> sense of it. IT sense. And common sense. >>>>>> http://p.sf.net/sfu/splunk-d2d-c2 >>>>>> _______________________________________________ >>>>>> tcljava-user mailing list >>>>>> tcl...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/tcljava-user >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> All of the data generated in your IT infrastructure is seriously valuable. >>>>> Why? It contains a definitive record of application performance, security >>>>> threats, fraudulent activity, and more. Splunk takes this data and makes >>>>> sense of it. IT sense. And common sense. >>>>> http://p.sf.net/sfu/splunk-d2d-c2 >>>>> _______________________________________________ >>>>> tcljava-user mailing list >>>>> tcl...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/tcljava-user >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> All of the data generated in your IT infrastructure is seriously valuable. >>>> Why? It contains a definitive record of application performance, security >>>> threats, fraudulent activity, and more. Splunk takes this data and makes >>>> sense of it. IT sense. And common sense. >>>> http://p.sf.net/sfu/splunk-d2d-c2 >>>> _______________________________________________ >>>> tcljava-user mailing list >>>> tcl...@li... >>>> https://lists.sourceforge.net/lists/listinfo/tcljava-user >>> >>> ------------------------------------------------------------------------------ >>> All of the data generated in your IT infrastructure is seriously valuable. >>> Why? It contains a definitive record of application performance, security >>> threats, fraudulent activity, and more. Splunk takes this data and makes >>> sense of it. IT sense. And common sense. >>> http://p.sf.net/sfu/splunk-d2d-c2 >>> _______________________________________________ >>> tcljava-user mailing list >>> tcl...@li... >>> https://lists.sourceforge.net/lists/listinfo/tcljava-user >> >> ------------------------------------------------------------------------------ >> All of the data generated in your IT infrastructure is seriously valuable. >> Why? It contains a definitive record of application performance, security >> threats, fraudulent activity, and more. Splunk takes this data and makes >> sense of it. IT sense. And common sense. >> http://p.sf.net/sfu/splunk-d2d-c2 >> _______________________________________________ >> tcljava-user mailing list >> tcl...@li... >> https://lists.sourceforge.net/lists/listinfo/tcljava-user >> >> ------------------------------------------------------------------------------ >> All of the data generated in your IT infrastructure is seriously valuable. >> Why? It contains a definitive record of application performance, security >> threats, fraudulent activity, and more. Splunk takes this data and makes >> sense of it. IT sense. And common sense. >> http://p.sf.net/sfu/splunk-d2d-c2 >> _______________________________________________ >> tcljava-user mailing list >> tcl...@li... >> https://lists.sourceforge.net/lists/listinfo/tcljava-user > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > tcljava-user mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-user > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > tcljava-user mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-user |
From: Ross, B. <Bil...@Ca...> - 2011-06-29 17:22:07
|
I call java commands from within tcl using tclblend. I call the Ixia commands from within tcl. -----Original Message----- From: Perry Gagne [mailto:pg...@io...] Sent: Wednesday, June 29, 2011 1:19 PM To: A list for users of tcljava Subject: Re: [tcljava-user] Using TCL packages in TCL Java Excellent, I think this is what I am looking for. To confirm does this let you call Ixia TCL commands from Java and/or vice versa? Have you had any problems with this setup? --Perry On 06/29/2011 01:15 PM, Ross, Bill wrote: > Tclblend is called in using "package require" like any standard tcl module. > As far as I know the Ixia tcl stuff does not need to be compiled and I think it is self sufficient, meaning no other code is required. > > Here is the code I use for loading the packages and setting some variables > > ###TCL Code to add packages: > package require IxTclHal; > package require java; > set env(CLASSPATH) "/home/bin/jars/xxx.jar"; > > ### Ixia environment variables > set env(TCL_LIB_HOME) "/opt/tcl_Library"; > set env(IXIA_VERSION) "5.00.30037"; > set env(IXIA_HOME) $env(TCL_LIB_HOME)/lib/ixia; > set env(IXIA_LIB) $env(IXIA_HOME)/lib; > set env(IXIA_RESULTS_DIR) $env(IXIA_HOME); > set env(IXIA_LOGS_DIR) $env(IXIA_HOME); > set env(IXIA_TCL_DIR) $env(IXIA_LIB); > set env(IXIA_SAMPLES_DIR) $env(IXIA_LIB); > set env(IXTCLHAL_LIBRARY) $env(IXIA_LIB)/ixTcl1.0; > > > -----Original Message----- > From: Perry Gagne [mailto:pg...@io...] > Sent: Wednesday, June 29, 2011 12:44 PM > To: A list for users of tcljava > Subject: Re: [tcljava-user] Using TCL packages in TCL Java > > Correction, I mean for using TclBlend to interface with TCL and C code. > > --Perry > > On 06/29/2011 12:42 PM, Perry Gagne wrote: >> Is there any documentation or tutorials for stuff like this, (using the >> C libraries in TCL). I am not very familiar with JNI . >> >> --Perry >> >> On 06/29/2011 12:09 PM, Johannes13 wrote: >>> [load] on Jacl can not load c libraries. So, if one of your required >>> packages need a lib written in C, you should use TclBlend. >>> >>> --Johannes >>> ----- Original Message ----- >>> From: "Perry Gagne"<pg...@io...> >>> To: "A list for users of tcljava"<tcl...@li...> >>> Sent: Wednesday, June 29, 2011 5:44 PM >>> Subject: Re: [tcljava-user] Using TCL packages in TCL Java >>> >>> >>>> We have it running using regular TCL sh, I was curious if we could >>>> interact with it in our scripts that are interpreted by Jacl or somehow >>>> interfact with it via Java >>>> --Perry >>>> >>>> On 06/29/2011 11:35 AM, Ross, Bill wrote: >>>>> We use the Ixia TCL automation library. >>>>> It uses pure TCL. >>>>> You should not have to use any java, either tclblend or jacl. >>>>> Your Ixia support people should be able to help you get it running. >>>>> There are a few environment variables that need to be set. >>>>> >>>>> -----Original Message----- >>>>> From: Perry Gagne [mailto:pg...@io...] >>>>> Sent: Wednesday, June 29, 2011 9:27 AM >>>>> To: tcl...@li... >>>>> Subject: [tcljava-user] Using TCL packages in TCL Java >>>>> >>>>> Hello, >>>>> >>>>> I am a little new too TCL so I was wondering if someone could help me >>>>> out and see if this was something that could be done. >>>>> >>>>> My group uses IXIA's TCL Automation library: >>>>> >>>>> http://www.ixiacom.com/products/display?skey=tcl_api >>>>> >>>>> We were wondering if it could be used in a project we have that uses >>>>> TCL/Java. From my understanding this library is C based. Currently I >>>>> believe we strictly use Jacl, from some reading online (mostly this >>>>> post): >>>>> >>>>> http://tech.groups.yahoo.com/group/tcljava/message/412 >>>>> >>>>> I found that in order to do this we need to use TCL Blend. >>>>> >>>>> Does this sound right? Has anyone worked with IXIA automation library >>>>> and done a similar thing? >>>>> >>>>> Thanks for the help >>>>> --Perry >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> All of the data generated in your IT infrastructure is seriously >>>>> valuable. >>>>> Why? It contains a definitive record of application performance, security >>>>> threats, fraudulent activity, and more. Splunk takes this data and makes >>>>> sense of it. IT sense. And common sense. >>>>> http://p.sf.net/sfu/splunk-d2d-c2 >>>>> _______________________________________________ >>>>> tcljava-user mailing list >>>>> tcl...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/tcljava-user >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> All of the data generated in your IT infrastructure is seriously >>>>> valuable. >>>>> Why? It contains a definitive record of application performance, security >>>>> threats, fraudulent activity, and more. Splunk takes this data and makes >>>>> sense of it. IT sense. And common sense. >>>>> http://p.sf.net/sfu/splunk-d2d-c2 >>>>> _______________________________________________ >>>>> tcljava-user mailing list >>>>> tcl...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/tcljava-user >>>> >>>> ------------------------------------------------------------------------------ >>>> All of the data generated in your IT infrastructure is seriously valuable. >>>> Why? It contains a definitive record of application performance, security >>>> threats, fraudulent activity, and more. Splunk takes this data and makes >>>> sense of it. IT sense. And common sense. >>>> http://p.sf.net/sfu/splunk-d2d-c2 >>>> _______________________________________________ >>>> tcljava-user mailing list >>>> tcl...@li... >>>> https://lists.sourceforge.net/lists/listinfo/tcljava-user >>> >>> >>> ------------------------------------------------------------------------------ >>> All of the data generated in your IT infrastructure is seriously valuable. >>> Why? It contains a definitive record of application performance, security >>> threats, fraudulent activity, and more. Splunk takes this data and makes >>> sense of it. IT sense. And common sense. >>> http://p.sf.net/sfu/splunk-d2d-c2 >>> _______________________________________________ >>> tcljava-user mailing list >>> tcl...@li... >>> https://lists.sourceforge.net/lists/listinfo/tcljava-user >> >> ------------------------------------------------------------------------------ >> All of the data generated in your IT infrastructure is seriously valuable. >> Why? It contains a definitive record of application performance, security >> threats, fraudulent activity, and more. Splunk takes this data and makes >> sense of it. IT sense. And common sense. >> http://p.sf.net/sfu/splunk-d2d-c2 >> _______________________________________________ >> tcljava-user mailing list >> tcl...@li... >> https://lists.sourceforge.net/lists/listinfo/tcljava-user > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > tcljava-user mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-user > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > tcljava-user mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-user ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ tcljava-user mailing list tcl...@li... https://lists.sourceforge.net/lists/listinfo/tcljava-user |
From: Perry G. <pg...@io...> - 2011-06-29 17:18:58
|
Excellent, I think this is what I am looking for. To confirm does this let you call Ixia TCL commands from Java and/or vice versa? Have you had any problems with this setup? --Perry On 06/29/2011 01:15 PM, Ross, Bill wrote: > Tclblend is called in using "package require" like any standard tcl module. > As far as I know the Ixia tcl stuff does not need to be compiled and I think it is self sufficient, meaning no other code is required. > > Here is the code I use for loading the packages and setting some variables > > ###TCL Code to add packages: > package require IxTclHal; > package require java; > set env(CLASSPATH) "/home/bin/jars/xxx.jar"; > > ### Ixia environment variables > set env(TCL_LIB_HOME) "/opt/tcl_Library"; > set env(IXIA_VERSION) "5.00.30037"; > set env(IXIA_HOME) $env(TCL_LIB_HOME)/lib/ixia; > set env(IXIA_LIB) $env(IXIA_HOME)/lib; > set env(IXIA_RESULTS_DIR) $env(IXIA_HOME); > set env(IXIA_LOGS_DIR) $env(IXIA_HOME); > set env(IXIA_TCL_DIR) $env(IXIA_LIB); > set env(IXIA_SAMPLES_DIR) $env(IXIA_LIB); > set env(IXTCLHAL_LIBRARY) $env(IXIA_LIB)/ixTcl1.0; > > > -----Original Message----- > From: Perry Gagne [mailto:pg...@io...] > Sent: Wednesday, June 29, 2011 12:44 PM > To: A list for users of tcljava > Subject: Re: [tcljava-user] Using TCL packages in TCL Java > > Correction, I mean for using TclBlend to interface with TCL and C code. > > --Perry > > On 06/29/2011 12:42 PM, Perry Gagne wrote: >> Is there any documentation or tutorials for stuff like this, (using the >> C libraries in TCL). I am not very familiar with JNI . >> >> --Perry >> >> On 06/29/2011 12:09 PM, Johannes13 wrote: >>> [load] on Jacl can not load c libraries. So, if one of your required >>> packages need a lib written in C, you should use TclBlend. >>> >>> --Johannes >>> ----- Original Message ----- >>> From: "Perry Gagne"<pg...@io...> >>> To: "A list for users of tcljava"<tcl...@li...> >>> Sent: Wednesday, June 29, 2011 5:44 PM >>> Subject: Re: [tcljava-user] Using TCL packages in TCL Java >>> >>> >>>> We have it running using regular TCL sh, I was curious if we could >>>> interact with it in our scripts that are interpreted by Jacl or somehow >>>> interfact with it via Java >>>> --Perry >>>> >>>> On 06/29/2011 11:35 AM, Ross, Bill wrote: >>>>> We use the Ixia TCL automation library. >>>>> It uses pure TCL. >>>>> You should not have to use any java, either tclblend or jacl. >>>>> Your Ixia support people should be able to help you get it running. >>>>> There are a few environment variables that need to be set. >>>>> >>>>> -----Original Message----- >>>>> From: Perry Gagne [mailto:pg...@io...] >>>>> Sent: Wednesday, June 29, 2011 9:27 AM >>>>> To: tcl...@li... >>>>> Subject: [tcljava-user] Using TCL packages in TCL Java >>>>> >>>>> Hello, >>>>> >>>>> I am a little new too TCL so I was wondering if someone could help me >>>>> out and see if this was something that could be done. >>>>> >>>>> My group uses IXIA's TCL Automation library: >>>>> >>>>> http://www.ixiacom.com/products/display?skey=tcl_api >>>>> >>>>> We were wondering if it could be used in a project we have that uses >>>>> TCL/Java. From my understanding this library is C based. Currently I >>>>> believe we strictly use Jacl, from some reading online (mostly this >>>>> post): >>>>> >>>>> http://tech.groups.yahoo.com/group/tcljava/message/412 >>>>> >>>>> I found that in order to do this we need to use TCL Blend. >>>>> >>>>> Does this sound right? Has anyone worked with IXIA automation library >>>>> and done a similar thing? >>>>> >>>>> Thanks for the help >>>>> --Perry >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> All of the data generated in your IT infrastructure is seriously >>>>> valuable. >>>>> Why? It contains a definitive record of application performance, security >>>>> threats, fraudulent activity, and more. Splunk takes this data and makes >>>>> sense of it. IT sense. And common sense. >>>>> http://p.sf.net/sfu/splunk-d2d-c2 >>>>> _______________________________________________ >>>>> tcljava-user mailing list >>>>> tcl...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/tcljava-user >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> All of the data generated in your IT infrastructure is seriously >>>>> valuable. >>>>> Why? It contains a definitive record of application performance, security >>>>> threats, fraudulent activity, and more. Splunk takes this data and makes >>>>> sense of it. IT sense. And common sense. >>>>> http://p.sf.net/sfu/splunk-d2d-c2 >>>>> _______________________________________________ >>>>> tcljava-user mailing list >>>>> tcl...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/tcljava-user >>>> >>>> ------------------------------------------------------------------------------ >>>> All of the data generated in your IT infrastructure is seriously valuable. >>>> Why? It contains a definitive record of application performance, security >>>> threats, fraudulent activity, and more. Splunk takes this data and makes >>>> sense of it. IT sense. And common sense. >>>> http://p.sf.net/sfu/splunk-d2d-c2 >>>> _______________________________________________ >>>> tcljava-user mailing list >>>> tcl...@li... >>>> https://lists.sourceforge.net/lists/listinfo/tcljava-user >>> >>> >>> ------------------------------------------------------------------------------ >>> All of the data generated in your IT infrastructure is seriously valuable. >>> Why? It contains a definitive record of application performance, security >>> threats, fraudulent activity, and more. Splunk takes this data and makes >>> sense of it. IT sense. And common sense. >>> http://p.sf.net/sfu/splunk-d2d-c2 >>> _______________________________________________ >>> tcljava-user mailing list >>> tcl...@li... >>> https://lists.sourceforge.net/lists/listinfo/tcljava-user >> >> ------------------------------------------------------------------------------ >> All of the data generated in your IT infrastructure is seriously valuable. >> Why? It contains a definitive record of application performance, security >> threats, fraudulent activity, and more. Splunk takes this data and makes >> sense of it. IT sense. And common sense. >> http://p.sf.net/sfu/splunk-d2d-c2 >> _______________________________________________ >> tcljava-user mailing list >> tcl...@li... >> https://lists.sourceforge.net/lists/listinfo/tcljava-user > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > tcljava-user mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-user > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > tcljava-user mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-user |
From: Ross, B. <Bil...@Ca...> - 2011-06-29 17:15:28
|
Tclblend is called in using "package require" like any standard tcl module. As far as I know the Ixia tcl stuff does not need to be compiled and I think it is self sufficient, meaning no other code is required. Here is the code I use for loading the packages and setting some variables ###TCL Code to add packages: package require IxTclHal; package require java; set env(CLASSPATH) "/home/bin/jars/xxx.jar"; ### Ixia environment variables set env(TCL_LIB_HOME) "/opt/tcl_Library"; set env(IXIA_VERSION) "5.00.30037"; set env(IXIA_HOME) $env(TCL_LIB_HOME)/lib/ixia; set env(IXIA_LIB) $env(IXIA_HOME)/lib; set env(IXIA_RESULTS_DIR) $env(IXIA_HOME); set env(IXIA_LOGS_DIR) $env(IXIA_HOME); set env(IXIA_TCL_DIR) $env(IXIA_LIB); set env(IXIA_SAMPLES_DIR) $env(IXIA_LIB); set env(IXTCLHAL_LIBRARY) $env(IXIA_LIB)/ixTcl1.0; -----Original Message----- From: Perry Gagne [mailto:pg...@io...] Sent: Wednesday, June 29, 2011 12:44 PM To: A list for users of tcljava Subject: Re: [tcljava-user] Using TCL packages in TCL Java Correction, I mean for using TclBlend to interface with TCL and C code. --Perry On 06/29/2011 12:42 PM, Perry Gagne wrote: > Is there any documentation or tutorials for stuff like this, (using the > C libraries in TCL). I am not very familiar with JNI . > > --Perry > > On 06/29/2011 12:09 PM, Johannes13 wrote: >> [load] on Jacl can not load c libraries. So, if one of your required >> packages need a lib written in C, you should use TclBlend. >> >> --Johannes >> ----- Original Message ----- >> From: "Perry Gagne"<pg...@io...> >> To: "A list for users of tcljava"<tcl...@li...> >> Sent: Wednesday, June 29, 2011 5:44 PM >> Subject: Re: [tcljava-user] Using TCL packages in TCL Java >> >> >>> We have it running using regular TCL sh, I was curious if we could >>> interact with it in our scripts that are interpreted by Jacl or somehow >>> interfact with it via Java >>> --Perry >>> >>> On 06/29/2011 11:35 AM, Ross, Bill wrote: >>>> We use the Ixia TCL automation library. >>>> It uses pure TCL. >>>> You should not have to use any java, either tclblend or jacl. >>>> Your Ixia support people should be able to help you get it running. >>>> There are a few environment variables that need to be set. >>>> >>>> -----Original Message----- >>>> From: Perry Gagne [mailto:pg...@io...] >>>> Sent: Wednesday, June 29, 2011 9:27 AM >>>> To: tcl...@li... >>>> Subject: [tcljava-user] Using TCL packages in TCL Java >>>> >>>> Hello, >>>> >>>> I am a little new too TCL so I was wondering if someone could help me >>>> out and see if this was something that could be done. >>>> >>>> My group uses IXIA's TCL Automation library: >>>> >>>> http://www.ixiacom.com/products/display?skey=tcl_api >>>> >>>> We were wondering if it could be used in a project we have that uses >>>> TCL/Java. From my understanding this library is C based. Currently I >>>> believe we strictly use Jacl, from some reading online (mostly this >>>> post): >>>> >>>> http://tech.groups.yahoo.com/group/tcljava/message/412 >>>> >>>> I found that in order to do this we need to use TCL Blend. >>>> >>>> Does this sound right? Has anyone worked with IXIA automation library >>>> and done a similar thing? >>>> >>>> Thanks for the help >>>> --Perry >>>> >>>> ------------------------------------------------------------------------------ >>>> All of the data generated in your IT infrastructure is seriously >>>> valuable. >>>> Why? It contains a definitive record of application performance, security >>>> threats, fraudulent activity, and more. Splunk takes this data and makes >>>> sense of it. IT sense. And common sense. >>>> http://p.sf.net/sfu/splunk-d2d-c2 >>>> _______________________________________________ >>>> tcljava-user mailing list >>>> tcl...@li... >>>> https://lists.sourceforge.net/lists/listinfo/tcljava-user >>>> >>>> ------------------------------------------------------------------------------ >>>> All of the data generated in your IT infrastructure is seriously >>>> valuable. >>>> Why? It contains a definitive record of application performance, security >>>> threats, fraudulent activity, and more. Splunk takes this data and makes >>>> sense of it. IT sense. And common sense. >>>> http://p.sf.net/sfu/splunk-d2d-c2 >>>> _______________________________________________ >>>> tcljava-user mailing list >>>> tcl...@li... >>>> https://lists.sourceforge.net/lists/listinfo/tcljava-user >>> >>> ------------------------------------------------------------------------------ >>> All of the data generated in your IT infrastructure is seriously valuable. >>> Why? It contains a definitive record of application performance, security >>> threats, fraudulent activity, and more. Splunk takes this data and makes >>> sense of it. IT sense. And common sense. >>> http://p.sf.net/sfu/splunk-d2d-c2 >>> _______________________________________________ >>> tcljava-user mailing list >>> tcl...@li... >>> https://lists.sourceforge.net/lists/listinfo/tcljava-user >> >> >> ------------------------------------------------------------------------------ >> All of the data generated in your IT infrastructure is seriously valuable. >> Why? It contains a definitive record of application performance, security >> threats, fraudulent activity, and more. Splunk takes this data and makes >> sense of it. IT sense. And common sense. >> http://p.sf.net/sfu/splunk-d2d-c2 >> _______________________________________________ >> tcljava-user mailing list >> tcl...@li... >> https://lists.sourceforge.net/lists/listinfo/tcljava-user > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > tcljava-user mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-user ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ tcljava-user mailing list tcl...@li... https://lists.sourceforge.net/lists/listinfo/tcljava-user |
From: <ph...@hi...> - 2011-06-29 17:09:18
|
It won't. Jacl is Java to Java (as in pure Java). TclBlend allows you to call Java objects from Tcl (C-Code). (E.g. In TclBlend you write package require java which would let you use [java::load -classpath . MyExtInJava]) In Java you can also use TclBlend the other way around. Check the TclBlend.java sample in the distro. If you need Tcl with C-extensions from Java, you'd'use TclBlend. But if you are on Windows, good luck. Kind Regards Philippe Back Helping you improve your way of working High Octane SPRL rue cour Boisacq 101 - 1301 Bierges - Belgium Mob: +32 478 650 140 Web: http://philippeback.eu | Blog: http://philippeback.be Envoyé par mon BlackBerry Wireless Handheld. -----Original Message----- From: Perry Gagne <pg...@io...> Date: Wed, 29 Jun 2011 12:06:08 To: A list for users of tcljava<tcl...@li...> Reply-To: A list for users of tcljava <tcl...@li...> Subject: Re: [tcljava-user] Using TCL packages in TCL Java I am sure it can interprete the TCL in the IXIA package, but how will it handle the C libraries that they rely on? --Perry On 06/29/2011 11:51 AM, Ross, Bill wrote: > We have tclblend added to our tcl environment for another purpose. > I am not familiar with jacl. > If that is a tcl interpreter inside of java, it might work, you would need to package require the Ixia stuff and make sure the environment variables are correct. > > -----Original Message----- > From: Perry Gagne [mailto:pg...@io...] > Sent: Wednesday, June 29, 2011 11:45 AM > To: A list for users of tcljava > Subject: Re: [tcljava-user] Using TCL packages in TCL Java > > We have it running using regular TCL sh, I was curious if we could > interact with it in our scripts that are interpreted by Jacl or somehow > interfact with it via Java > --Perry > > On 06/29/2011 11:35 AM, Ross, Bill wrote: >> We use the Ixia TCL automation library. >> It uses pure TCL. >> You should not have to use any java, either tclblend or jacl. >> Your Ixia support people should be able to help you get it running. >> There are a few environment variables that need to be set. >> >> -----Original Message----- >> From: Perry Gagne [mailto:pg...@io...] >> Sent: Wednesday, June 29, 2011 9:27 AM >> To: tcl...@li... >> Subject: [tcljava-user] Using TCL packages in TCL Java >> >> Hello, >> >> I am a little new too TCL so I was wondering if someone could help me >> out and see if this was something that could be done. >> >> My group uses IXIA's TCL Automation library: >> >> http://www.ixiacom.com/products/display?skey=tcl_api >> >> We were wondering if it could be used in a project we have that uses >> TCL/Java. From my understanding this library is C based. Currently I >> believe we strictly use Jacl, from some reading online (mostly this post): >> >> http://tech.groups.yahoo.com/group/tcljava/message/412 >> >> I found that in order to do this we need to use TCL Blend. >> >> Does this sound right? Has anyone worked with IXIA automation library >> and done a similar thing? >> >> Thanks for the help >> --Perry >> >> ------------------------------------------------------------------------------ >> All of the data generated in your IT infrastructure is seriously valuable. >> Why? It contains a definitive record of application performance, security >> threats, fraudulent activity, and more. Splunk takes this data and makes >> sense of it. IT sense. And common sense. >> http://p.sf.net/sfu/splunk-d2d-c2 >> _______________________________________________ >> tcljava-user mailing list >> tcl...@li... >> https://lists.sourceforge.net/lists/listinfo/tcljava-user >> >> ------------------------------------------------------------------------------ >> All of the data generated in your IT infrastructure is seriously valuable. >> Why? It contains a definitive record of application performance, security >> threats, fraudulent activity, and more. Splunk takes this data and makes >> sense of it. IT sense. And common sense. >> http://p.sf.net/sfu/splunk-d2d-c2 >> _______________________________________________ >> tcljava-user mailing list >> tcl...@li... >> https://lists.sourceforge.net/lists/listinfo/tcljava-user > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > tcljava-user mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-user > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > tcljava-user mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-user ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ tcljava-user mailing list tcl...@li... https://lists.sourceforge.net/lists/listinfo/tcljava-user |
From: Perry G. <pg...@io...> - 2011-06-29 16:44:13
|
Correction, I mean for using TclBlend to interface with TCL and C code. --Perry On 06/29/2011 12:42 PM, Perry Gagne wrote: > Is there any documentation or tutorials for stuff like this, (using the > C libraries in TCL). I am not very familiar with JNI . > > --Perry > > On 06/29/2011 12:09 PM, Johannes13 wrote: >> [load] on Jacl can not load c libraries. So, if one of your required >> packages need a lib written in C, you should use TclBlend. >> >> --Johannes >> ----- Original Message ----- >> From: "Perry Gagne"<pg...@io...> >> To: "A list for users of tcljava"<tcl...@li...> >> Sent: Wednesday, June 29, 2011 5:44 PM >> Subject: Re: [tcljava-user] Using TCL packages in TCL Java >> >> >>> We have it running using regular TCL sh, I was curious if we could >>> interact with it in our scripts that are interpreted by Jacl or somehow >>> interfact with it via Java >>> --Perry >>> >>> On 06/29/2011 11:35 AM, Ross, Bill wrote: >>>> We use the Ixia TCL automation library. >>>> It uses pure TCL. >>>> You should not have to use any java, either tclblend or jacl. >>>> Your Ixia support people should be able to help you get it running. >>>> There are a few environment variables that need to be set. >>>> >>>> -----Original Message----- >>>> From: Perry Gagne [mailto:pg...@io...] >>>> Sent: Wednesday, June 29, 2011 9:27 AM >>>> To: tcl...@li... >>>> Subject: [tcljava-user] Using TCL packages in TCL Java >>>> >>>> Hello, >>>> >>>> I am a little new too TCL so I was wondering if someone could help me >>>> out and see if this was something that could be done. >>>> >>>> My group uses IXIA's TCL Automation library: >>>> >>>> http://www.ixiacom.com/products/display?skey=tcl_api >>>> >>>> We were wondering if it could be used in a project we have that uses >>>> TCL/Java. From my understanding this library is C based. Currently I >>>> believe we strictly use Jacl, from some reading online (mostly this >>>> post): >>>> >>>> http://tech.groups.yahoo.com/group/tcljava/message/412 >>>> >>>> I found that in order to do this we need to use TCL Blend. >>>> >>>> Does this sound right? Has anyone worked with IXIA automation library >>>> and done a similar thing? >>>> >>>> Thanks for the help >>>> --Perry >>>> >>>> ------------------------------------------------------------------------------ >>>> All of the data generated in your IT infrastructure is seriously >>>> valuable. >>>> Why? It contains a definitive record of application performance, security >>>> threats, fraudulent activity, and more. Splunk takes this data and makes >>>> sense of it. IT sense. And common sense. >>>> http://p.sf.net/sfu/splunk-d2d-c2 >>>> _______________________________________________ >>>> tcljava-user mailing list >>>> tcl...@li... >>>> https://lists.sourceforge.net/lists/listinfo/tcljava-user >>>> >>>> ------------------------------------------------------------------------------ >>>> All of the data generated in your IT infrastructure is seriously >>>> valuable. >>>> Why? It contains a definitive record of application performance, security >>>> threats, fraudulent activity, and more. Splunk takes this data and makes >>>> sense of it. IT sense. And common sense. >>>> http://p.sf.net/sfu/splunk-d2d-c2 >>>> _______________________________________________ >>>> tcljava-user mailing list >>>> tcl...@li... >>>> https://lists.sourceforge.net/lists/listinfo/tcljava-user >>> >>> ------------------------------------------------------------------------------ >>> All of the data generated in your IT infrastructure is seriously valuable. >>> Why? It contains a definitive record of application performance, security >>> threats, fraudulent activity, and more. Splunk takes this data and makes >>> sense of it. IT sense. And common sense. >>> http://p.sf.net/sfu/splunk-d2d-c2 >>> _______________________________________________ >>> tcljava-user mailing list >>> tcl...@li... >>> https://lists.sourceforge.net/lists/listinfo/tcljava-user >> >> >> ------------------------------------------------------------------------------ >> All of the data generated in your IT infrastructure is seriously valuable. >> Why? It contains a definitive record of application performance, security >> threats, fraudulent activity, and more. Splunk takes this data and makes >> sense of it. IT sense. And common sense. >> http://p.sf.net/sfu/splunk-d2d-c2 >> _______________________________________________ >> tcljava-user mailing list >> tcl...@li... >> https://lists.sourceforge.net/lists/listinfo/tcljava-user > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > tcljava-user mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-user |
From: Perry G. <pg...@io...> - 2011-06-29 16:42:39
|
Is there any documentation or tutorials for stuff like this, (using the C libraries in TCL). I am not very familiar with JNI . --Perry On 06/29/2011 12:09 PM, Johannes13 wrote: > [load] on Jacl can not load c libraries. So, if one of your required > packages need a lib written in C, you should use TclBlend. > > --Johannes > ----- Original Message ----- > From: "Perry Gagne"<pg...@io...> > To: "A list for users of tcljava"<tcl...@li...> > Sent: Wednesday, June 29, 2011 5:44 PM > Subject: Re: [tcljava-user] Using TCL packages in TCL Java > > >> We have it running using regular TCL sh, I was curious if we could >> interact with it in our scripts that are interpreted by Jacl or somehow >> interfact with it via Java >> --Perry >> >> On 06/29/2011 11:35 AM, Ross, Bill wrote: >>> We use the Ixia TCL automation library. >>> It uses pure TCL. >>> You should not have to use any java, either tclblend or jacl. >>> Your Ixia support people should be able to help you get it running. >>> There are a few environment variables that need to be set. >>> >>> -----Original Message----- >>> From: Perry Gagne [mailto:pg...@io...] >>> Sent: Wednesday, June 29, 2011 9:27 AM >>> To: tcl...@li... >>> Subject: [tcljava-user] Using TCL packages in TCL Java >>> >>> Hello, >>> >>> I am a little new too TCL so I was wondering if someone could help me >>> out and see if this was something that could be done. >>> >>> My group uses IXIA's TCL Automation library: >>> >>> http://www.ixiacom.com/products/display?skey=tcl_api >>> >>> We were wondering if it could be used in a project we have that uses >>> TCL/Java. From my understanding this library is C based. Currently I >>> believe we strictly use Jacl, from some reading online (mostly this >>> post): >>> >>> http://tech.groups.yahoo.com/group/tcljava/message/412 >>> >>> I found that in order to do this we need to use TCL Blend. >>> >>> Does this sound right? Has anyone worked with IXIA automation library >>> and done a similar thing? >>> >>> Thanks for the help >>> --Perry >>> >>> ------------------------------------------------------------------------------ >>> All of the data generated in your IT infrastructure is seriously >>> valuable. >>> Why? It contains a definitive record of application performance, security >>> threats, fraudulent activity, and more. Splunk takes this data and makes >>> sense of it. IT sense. And common sense. >>> http://p.sf.net/sfu/splunk-d2d-c2 >>> _______________________________________________ >>> tcljava-user mailing list >>> tcl...@li... >>> https://lists.sourceforge.net/lists/listinfo/tcljava-user >>> >>> ------------------------------------------------------------------------------ >>> All of the data generated in your IT infrastructure is seriously >>> valuable. >>> Why? It contains a definitive record of application performance, security >>> threats, fraudulent activity, and more. Splunk takes this data and makes >>> sense of it. IT sense. And common sense. >>> http://p.sf.net/sfu/splunk-d2d-c2 >>> _______________________________________________ >>> tcljava-user mailing list >>> tcl...@li... >>> https://lists.sourceforge.net/lists/listinfo/tcljava-user >> >> ------------------------------------------------------------------------------ >> All of the data generated in your IT infrastructure is seriously valuable. >> Why? It contains a definitive record of application performance, security >> threats, fraudulent activity, and more. Splunk takes this data and makes >> sense of it. IT sense. And common sense. >> http://p.sf.net/sfu/splunk-d2d-c2 >> _______________________________________________ >> tcljava-user mailing list >> tcl...@li... >> https://lists.sourceforge.net/lists/listinfo/tcljava-user > > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > tcljava-user mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-user |
From: Johannes13 <joh...@jo...> - 2011-06-29 16:31:30
|
[load] on Jacl can not load c libraries. So, if one of your required packages need a lib written in C, you should use TclBlend. --Johannes ----- Original Message ----- From: "Perry Gagne" <pg...@io...> To: "A list for users of tcljava" <tcl...@li...> Sent: Wednesday, June 29, 2011 5:44 PM Subject: Re: [tcljava-user] Using TCL packages in TCL Java > We have it running using regular TCL sh, I was curious if we could > interact with it in our scripts that are interpreted by Jacl or somehow > interfact with it via Java > --Perry > > On 06/29/2011 11:35 AM, Ross, Bill wrote: >> We use the Ixia TCL automation library. >> It uses pure TCL. >> You should not have to use any java, either tclblend or jacl. >> Your Ixia support people should be able to help you get it running. >> There are a few environment variables that need to be set. >> >> -----Original Message----- >> From: Perry Gagne [mailto:pg...@io...] >> Sent: Wednesday, June 29, 2011 9:27 AM >> To: tcl...@li... >> Subject: [tcljava-user] Using TCL packages in TCL Java >> >> Hello, >> >> I am a little new too TCL so I was wondering if someone could help me >> out and see if this was something that could be done. >> >> My group uses IXIA's TCL Automation library: >> >> http://www.ixiacom.com/products/display?skey=tcl_api >> >> We were wondering if it could be used in a project we have that uses >> TCL/Java. From my understanding this library is C based. Currently I >> believe we strictly use Jacl, from some reading online (mostly this >> post): >> >> http://tech.groups.yahoo.com/group/tcljava/message/412 >> >> I found that in order to do this we need to use TCL Blend. >> >> Does this sound right? Has anyone worked with IXIA automation library >> and done a similar thing? >> >> Thanks for the help >> --Perry >> >> ------------------------------------------------------------------------------ >> All of the data generated in your IT infrastructure is seriously >> valuable. >> Why? It contains a definitive record of application performance, security >> threats, fraudulent activity, and more. Splunk takes this data and makes >> sense of it. IT sense. And common sense. >> http://p.sf.net/sfu/splunk-d2d-c2 >> _______________________________________________ >> tcljava-user mailing list >> tcl...@li... >> https://lists.sourceforge.net/lists/listinfo/tcljava-user >> >> ------------------------------------------------------------------------------ >> All of the data generated in your IT infrastructure is seriously >> valuable. >> Why? It contains a definitive record of application performance, security >> threats, fraudulent activity, and more. Splunk takes this data and makes >> sense of it. IT sense. And common sense. >> http://p.sf.net/sfu/splunk-d2d-c2 >> _______________________________________________ >> tcljava-user mailing list >> tcl...@li... >> https://lists.sourceforge.net/lists/listinfo/tcljava-user > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > tcljava-user mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-user |
From: Perry G. <pg...@io...> - 2011-06-29 16:06:16
|
I am sure it can interprete the TCL in the IXIA package, but how will it handle the C libraries that they rely on? --Perry On 06/29/2011 11:51 AM, Ross, Bill wrote: > We have tclblend added to our tcl environment for another purpose. > I am not familiar with jacl. > If that is a tcl interpreter inside of java, it might work, you would need to package require the Ixia stuff and make sure the environment variables are correct. > > -----Original Message----- > From: Perry Gagne [mailto:pg...@io...] > Sent: Wednesday, June 29, 2011 11:45 AM > To: A list for users of tcljava > Subject: Re: [tcljava-user] Using TCL packages in TCL Java > > We have it running using regular TCL sh, I was curious if we could > interact with it in our scripts that are interpreted by Jacl or somehow > interfact with it via Java > --Perry > > On 06/29/2011 11:35 AM, Ross, Bill wrote: >> We use the Ixia TCL automation library. >> It uses pure TCL. >> You should not have to use any java, either tclblend or jacl. >> Your Ixia support people should be able to help you get it running. >> There are a few environment variables that need to be set. >> >> -----Original Message----- >> From: Perry Gagne [mailto:pg...@io...] >> Sent: Wednesday, June 29, 2011 9:27 AM >> To: tcl...@li... >> Subject: [tcljava-user] Using TCL packages in TCL Java >> >> Hello, >> >> I am a little new too TCL so I was wondering if someone could help me >> out and see if this was something that could be done. >> >> My group uses IXIA's TCL Automation library: >> >> http://www.ixiacom.com/products/display?skey=tcl_api >> >> We were wondering if it could be used in a project we have that uses >> TCL/Java. From my understanding this library is C based. Currently I >> believe we strictly use Jacl, from some reading online (mostly this post): >> >> http://tech.groups.yahoo.com/group/tcljava/message/412 >> >> I found that in order to do this we need to use TCL Blend. >> >> Does this sound right? Has anyone worked with IXIA automation library >> and done a similar thing? >> >> Thanks for the help >> --Perry >> >> ------------------------------------------------------------------------------ >> All of the data generated in your IT infrastructure is seriously valuable. >> Why? It contains a definitive record of application performance, security >> threats, fraudulent activity, and more. Splunk takes this data and makes >> sense of it. IT sense. And common sense. >> http://p.sf.net/sfu/splunk-d2d-c2 >> _______________________________________________ >> tcljava-user mailing list >> tcl...@li... >> https://lists.sourceforge.net/lists/listinfo/tcljava-user >> >> ------------------------------------------------------------------------------ >> All of the data generated in your IT infrastructure is seriously valuable. >> Why? It contains a definitive record of application performance, security >> threats, fraudulent activity, and more. Splunk takes this data and makes >> sense of it. IT sense. And common sense. >> http://p.sf.net/sfu/splunk-d2d-c2 >> _______________________________________________ >> tcljava-user mailing list >> tcl...@li... >> https://lists.sourceforge.net/lists/listinfo/tcljava-user > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > tcljava-user mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-user > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > tcljava-user mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-user |