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
- Installation & Configuration
- Getting Started
- Tool Support
- Smalltalk-Java Interoperability
- Implementation
- Legal Info
Origin/Authors
Authors:
Original implementation if Java 1.1:
Updates to Java 1.6/JVM Spec 3rd Edition, bugfixes, interop:
- Jan Vrany (eXept, SWING Research Group, Czech Technical University in Prague)
- Marcel Hlopko (SWING Research Group, Czech Technical University in Prague)
- Jan Kurs (Software Composition Group, UNIBE)
- Claus Gittinger (eXept)
<info@exept.de>
CVS: $Id: java.html,v 1.5 2015-03-20 12:08:02 vrany Exp $