JBlend 2.1 - Tcl/Java Integration Manual
What is JBlend
JBlend is a Tcl package that provides access to Java classes from Tcl.
JBlend is a fork of the TclBlend project
What's new
JBlend is currently under development; see here what's new
Download
Prebuilt binary packages for Windows/Linux/MacOS are available at Sourceforge .
You can choose among an universal package (for Win/Mac/Linux) requiring an external JavaRuntineEnvironment or a package for a specific platform bundled with an embedded JRE (OpenJDK).
- JBlend-2.1.zip - JBlend for all the platforms (Win 32/64, Linux 32/64, MacOs) - requires an external JavaRuntimeEnviroment.
- JBlend+JVM-win-x64-2.1.zip - JBlend with an embedded JRE (AdoptOpenJDK 1.8.xxx) for Windows x64
- JBlend+JVM-linux-x64-2.1.zip - JBlend with an embedded JRE (AdoptOpenJDK 1.8.xxx) for Linux x64
You can also download the JBlend development kit (only for developers/maintaners)
How to play with JBlend
See detailed instruction for installing/configuring JBlend on any supported target (Windows/Linux/Mac).
How to build JBlend
See detailed instruction for building on Windows/Linux/Mac.
JBlend commands
These are the commands a Tcl programmer would use to interact with Java
from Tcl.
Click here for the full reference manual
JBlend API commands
Here is the JBlend library that Java programmers can use to extend Tcl.
Equivalent C Functions
A listing of C Library functions and their equivalent Java
classes and methods.
Based on TclBlend Copyright © 1994-1998 Sun Microsystems, Inc.
JBlend is Copyright © 2016-2019 - Irrational Numbers.