Last update: 2011-06-23

org.proteios.install
Class Webclient

java.lang.Object
  extended by org.proteios.install.Webclient

public final class Webclient
extends Object

This class installs the web client application. This class can be run as a standalone application, but it is recommended that the InitDB class is used, since it will also install this class.

Version:
2.0
Author:
Nicklas
See Also:
InitDB

Constructor Summary
Webclient()
           
 
Method Summary
static void main(String[] args)
          This program requires two parameters: a user account and a password The user must have enough permissions to create a new client application and share it to everyone.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Webclient

public Webclient()
Method Detail

main

public static void main(String[] args)
This program requires two parameters: a user account and a password The user must have enough permissions to create a new client application and share it to everyone.


Last update: 2011-06-23