[Tcl Java] Re: ReflectObject

2000-08-22 Thread Mo DeJong
On Tue, 22 Aug 2000, Jiang Wu wrote: > % set a [java::new String foo] > java0x3 > % [java::getinterp] {setVar java.lang.String java.lang.String int} b $a 0 > java0x6 > % set c $a > java0x3 > % set a > java0x3 > % set b > foo > % set c > java0x3 > > Can someone explain to me why 'b' and 'c' shoul

[Tcl Java] RE: [Tcl Java] RE: ReflectObject problems

2000-02-02 Thread Thomas McKay
quot; Jacl. > -Original Message- > From: Mo DeJong [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 01, 2000 8:01 PM > To: Thomas McKay > Cc: [EMAIL PROTECTED] > Subject: [Tcl Java] RE: ReflectObject problems > > > Humm, without knowing exactly what command it fails on

[Tcl Java] RE: ReflectObject problems

2000-02-01 Thread Mo DeJong
Humm, without knowing exactly what command it fails on or what object is puking out, it is going to be hard to track this down. We need to trim this down to a very small example that can be run from a single directory with only a couple of source files. Typically trimming Tcl code out of your exam

[Tcl Java] Re: ReflectObject questions

1999-04-21 Thread Moses DeJong
On Wed, 21 Apr 1999, Thomas McKay wrote: > prompt% set o [createRect 0 0 10 10] > java0xc7 > prompt% java::info methods java0xc7 > {equals java.lang.Object} .. > prompt% rename java0xc7 poly1 > prompt% java::info methods poly1 > java::info: unknown java clas

[Tcl Java] Re: ReflectObject questions

1999-04-21 Thread Moses DeJong
You need to do a "package require java" before running java::* commands inside Jacl. This changed from 1.1 but it makes Jacl work the same way as TclBlend so it is a good thing. later Mo DeJong dejong at cs.umn.edu On Wed, 21 Apr 1999, Thomas McKay wrote: > Yikes! I've been using v1.1a1 and am

[Tcl Java] Re: ReflectObject questions

1999-04-21 Thread Thomas McKay
Yikes! I've been using v1.1a1 and am now trying to use 1.2.2: None of the "java::" commands are available. Do I need to do something with BlendExtension? Tom The TclJava mailing list is sponsored by WebNet Technologies. To subsc

[Tcl Java] Re: ReflectObject questions

1999-04-21 Thread Moses DeJong
On Wed, 21 Apr 1999, Thomas McKay wrote: > Hi! > > In my Jacl application, users may write Tcl scripts to manipulate > database objects: > > prompt% set o [createRect 0 0 20 30] > java0xcf I am not sure if this is exactly what you are asking but there is a new feature/bug fix in Jacl