Migration Guide : Migrating from Version 5.0 : Migrating method mappings to JDK 1.2
Migrating method mappings to JDK 1.2
In order for Smalltalk to use RMI with JDK 1.2, Smalltalk must know the method hash information. If you are using JDK 1.1, the method hash value is ignored.
The mapping migration utility searches the image for existing JDK 1.1 mappings and gives the user an option to update these to new JDK 1.2 mapping. Run the migration utility by loading the SstRmiMigration application and executing the following code:
SstRmiMigration runMigration
For more information regarding RMI and JDK, please see the VA Smalltalk Server Smalltalk Guide
 
Last modified date: 07/02/2019