java2nexus/nexus2java manual
Name
java2nexus, nexus2java - converts java source code to use Nexusrmi or
JavaRMI respectively
Synopsis
java2nexus filename...
nexus2java filename...
Description
Java2nexus changes all occurrences of the string "java.rmi" to "nexusrmi",
which causes the use of the NexusRMI runtime system for RMI instead of the standard
JavaRMI runtime system. Nexus2java changes all occurrences of the string
"nexusrmi" to "java.rmi", which causes the use of the JavaRMI runtime
system for RMI instead of the NexusRMI runtime system.
Please note that these scripts are supplied as a convenience only. No attempt is made to
recognize the context in which the strings appear, but it will rather replace all occurrences
indiscriminately.
Options
None.
See also
Author
Fabian Breg
Fabian Breg
Last modified: Wed Oct 14 17:54:50 EST 1998