KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > ixenon > free > install > FreeInstaller


1 /* $Id$
2  *
3  * Copyright (c) 1999 Xenonsoft Limited. All Rights Reserved.
4  *
5  * This software is protected by copyright. You are hereby notified from
6  * now by reading this message. This software is also the confidential
7  * and proprietary information of Xenonsoft Limited. ("Confidential
8  * Information").
9  *
10  * This software is distributed under the Xenonsoft Public end user
11  * License ("XPeL"), where the machine-readable source code is provided
12  * under the "Open Source" model.
13  * For more information, please read the file "LICENSE-XPL.txt"
14  */

15
16 // FreeInstaller.java
17

18 package ixenon.free.install;
19
20 // HINT: UNCOMMENT THE NEXT LINE FOR CUSTOM INSTALLER
21
// import ixenon.free.install.*; // for PackageInstallable
22

23
24 public class FreeInstaller {
25
26     public static void main( String JavaDoc [] args )
27     {
28     FreeInstallerApplication.createInstance(
29         "ixenon.free.install.BasicInstaller", args );
30     }
31 }
32
33 // fini
34
Popular Tags