[prev] [up] [next]

Java Support (The Unified Virtual Machine)

Overview

The Smalltalk/X virtual machine (runtime system) allows for Java code to be integrated and executed within the Smalltalk environment. This integration is virtually seamless - from a programmers point of view, there is no difference between a smalltalk object and a java object. Java classes inherit from Object - much like most other smalltalk classes. This allows for java classes to be loaded into the system and used in the same way as smalltalk classes.

Contents

  1. Installation & Configuration
  2. Getting Started
  3. Tool Support
  4. Smalltalk-Java Interoperability
  5. Implementation
  6. Legal Info

Origin/Authors

Authors:
Original implementation if Java 1.1:
Updates to Java 1.6/JVM Spec 3rd Edition, bugfixes, interop:

<info@exept.de>

CVS: $Id: java.html,v 1.5 2015-03-20 12:08:02 vrany Exp $