Re: [tcljava-user] jacl140, which .jars are required/optional
Brought to you by:
mdejong
From: Bruce J. <nm...@ma...> - 2007-05-25 18:11:23
|
jacl.jar and tcljava.jar are the only necessary files. oro.jar was a regular expression package, a replacement for which is included in the above files. itcl.jar is an optional object oriented language to sit on top of Tcl. tjc.jar is the new Tcl to Java compiler. It includes code that allows you to compile your Tcl procedures to Java and then to Java byte codes. We're using this a lot right now and it is easy to use (after a little learning curve) and definitely can speed your code up a lot. There should be docs for all these in the jacl1.4.0 distribution. Bruce On May 25, 2007, at 2:01 PM, Bill Deegan wrote: > Greetings, > > We're trying to upgrade from an old version of jacl, where we linked > against jacl.jar and oro.jar. > > The new package has: > * tcljava.jar > * jacl.jar > * itcl.jar > * tjc.jar > > Do I need to include all these, or are some optional? > If some are optional what additional functionality does each provide. > > Thanks, > Bill > > > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > tcljava-user mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-user |