com.partnersoft.platform.j2se
Class J2seLauncher

java.lang.Object
  extended by com.partnersoft.platform.j2se.J2seLauncher
All Implemented Interfaces:
CommandLineTool

public class J2seLauncher
extends java.lang.Object
implements CommandLineTool

Launches apps in the J2SE platform. Has to do some gyrations to properly load classes.

Copyright 2007-2008 Partner Software, Inc.

Version:
$Id: J2seLauncher.java 1614 2008-11-11 19:41:50Z paul $
Author:
Brad Gray, Paul Reavis

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

J2seLauncher

public J2seLauncher()
Method Detail

main

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