nl.uva.vlet.bootstrap
Class startVBrowser

java.lang.Object
  extended by nl.uva.vlet.bootstrap.startVBrowser

public class startVBrowser
extends java.lang.Object

Wrapper class to bootstrap the VBrowser. The main method calls the BootStrap class with the configuration needed to start the VBrowser. Use this class as the main class in the manifest to create a self executing jar to start the VBrowser. Only the Bootstrapper class has to be present in the jar file. The rest is added automagically.


Constructor Summary
startVBrowser()
           
 
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

startVBrowser

public startVBrowser()
Method Detail

main

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