On Wed, 12 May 1999, Lubos Vrba wrote:
> Hello!
> I've this problem:
> In Jacl I want to use classes, I create in java.
> In *.java I use static method getInstance(), that return the instance of my class.
> I thought I use it to get pointer to existing class by
> set a [java::call a.b.xxx getInst
take a look at the source file in the Jacl source dist
/src/tcljava/lang/reflect/PkgInvoker.java
The comments there will explain you how to access non-public java
class members/methods from Tcl
-t
Lubos Vrba <[EMAIL PROTECTED]> writes:
> Hello!
> I've this problem:
> In Jacl I want to use cl