[Tcl Java] Namespaces in Jacl

1999-06-28 Thread Moses DeJong
Hi all. If anyone would like to see what I have been working on for the last month you can check out a prerelease of Jacl 1.2.4 which includes namespaces. This is not working code, so don't expect it to run your Jacl programs yet. Currently, variables in namespaces seem to work but just about eve

[Tcl Java] What isn't implemented in JACL?

1999-06-28 Thread Lou Bershad
From: Lou Bershad [mailto:[EMAIL PROTECTED]] Sent: Monday, June 28, 1999 9:40 AM To: [EMAIL PROTECTED] Subject: What isn't implemented in JACL? So far I have noticed that socket and clock have not been implemented. Is there a list of commands that have been implemented? Or conversely, a list o

[Tcl Java] Re: TCL instead of JSP

1999-06-28 Thread Bryan Surles
Andrew- I am not aware of any work being done, but maybe someone on the TclJava mailing list does. I've CC'ed this message onto them. -Bryan Andrew Gilmartin wrote: > Do you know of any work being done to build a Java servlet that incorpates > Jacl as its server page language? Thanks you. >

[Tcl Java] Need help on how to use tcl in java

1999-06-28 Thread Daniel Wu -GR
Hi, I am new to tcl/tk. Can someone introduce me the steps on how to use Tcl in Java? Especially the tcl application has GUI itself. How can I use tcl GUI inside java GUI? Do I need to translate the tcl code into java or use jacl package to interact with tcl application? And is there anyone ha

[Tcl Java] Re: What isn't implemented in JACL?

1999-06-28 Thread Moses DeJong
On Mon, 28 Jun 1999, Lou Bershad wrote: > From: Lou Bershad [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 28, 1999 9:40 AM > To: [EMAIL PROTECTED] > Subject: What isn't implemented in JACL? > > There is a file called dists.txt that has the info you are looking for included in the Jacl dist.

[Tcl Java] Unnecessary Warning Message?

1999-06-28 Thread schenck
After building TclBlend 1.2.3 on Windows 98, I get the following warning when loading Java. The tclblend.dll does not exist in the "C:/Program Files/Tcl/lib/tclblend" directory so why do I get this warning? Java commands seem to work ok. % package require java 1.2.3 Warning: C:/Program Files/

[Tcl Java] Re: Unnecessary Warning Message?

1999-06-28 Thread Moses DeJong
Were you in the C:/Program Files/Tcl/bin directory at the time? If you double click on the wish executable and the tclblend dll is in the same directory it might cause problems. To be honest, I have never had a problem with this but Christopher said he got crashes so he put that warning message in