loader
Class RunLoader

java.lang.Object
  |
  +--loader.RunLoader

public class RunLoader
extends java.lang.Object

The class which executes the NetworkClassLoader.

syntax: java RunLoader hostname port nameclass (no .class)
Example: java RunLoader gemini 5050 Main

Note: newInstance() method uses default constructor of the class.

Version:
1.2 August 2000
Author:
Lorenzo Bettini - bettini@dsi.unifi.it, Donato Cappetta - cappetta@infomedia.it

Constructor Summary
RunLoader()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunLoader

public RunLoader()
Method Detail

main

public static void main(java.lang.String[] args)