example
Class MemoryExample

java.lang.Object
  |
  +--example.MemoryExample

public class MemoryExample
extends java.lang.Object

Example of compling Java source in memory and loading the resulting class


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

Constructor Detail

MemoryExample

public MemoryExample()
Method Detail

main

public static void main(java.lang.String[] argv)
                 throws java.lang.Exception
java.lang.Exception