1.
TclJava Library Procedures - dispose manual page
The dispose method can safely be called multiple times. However, after the dispose method is invoked, the interpreter is no longer in a useable state and ...
2.
Tcl/Java Project
About Jacl, a Java implementation of Tcl 8.x., and TclBlend, a package for Tcl 8.x to load and interact with the Java VM.
3.
The java::prop Command
The java::prop command is used to manipulate Java Bean properties from Tcl. The javaObj argument specifies an object handle. The property argument specifies ...
4.
The java::cast Command
Casting is done in a type safe way as defined by the Java Language Specification. If a cast would violate the rules defined in the Java Language ...
5.
The java::cast Command
If a cast would violate the rules defined in the Java Language Specification, an error will be raised. Casting also works on java array objects. ...
6.
The java::try Command
Here is an example of using java::try with a finally clause. The finally script will be evaluated once the main script has been evaluated and all of the ...
7.
The java::import Command
The java::import command provides a means to specify Java class names in a shortened ... Hashtable] # Import the class name shortcut java::import java.util. ...
8.
The java::import Command
The java::import command provides a means to specify Java class names in a shortened format. This functionality is the equivalent of the import statement in ...
9.
The java::import Command
If the java::import command is invoked with only the optional -package pkg arguments ... Import two classes from the java.util package java::import -package ...
10.
The java::instanceof Command
The type argument specifies an interface or class name. If the type argument is a class name, java::instanceof will return 1 if the javaObj argument is an ...